PlatformVpnProfile.TypeIkev2IpsecPsk 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_PSK", 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 TypeIkev2IpsecPsk = 7;
[<Android.Runtime.Register("TYPE_IKEV2_IPSEC_PSK", 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 TypeIkev2IpsecPsk : Android.Net.PlatformVpnProfileType

Field Value

Value = 7
Attributes

Applies to