PlatformVpnProfile.TypeIkev2IpsecUserPass Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.PlatformVpnProfileType enum directly instead of this field.

[Android.Runtime.Register("TYPE_IKEV2_IPSEC_USER_PASS", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.PlatformVpnProfileType enum directly instead of this field.", true)]
public const Android.Net.PlatformVpnProfileType TypeIkev2IpsecUserPass = 6;
[<Android.Runtime.Register("TYPE_IKEV2_IPSEC_USER_PASS", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.PlatformVpnProfileType enum directly instead of this field.", true)>]
val mutable TypeIkev2IpsecUserPass : Android.Net.PlatformVpnProfileType

Field Value

Value = 6
Attributes

Applies to