PlatformVpnProfile.TypeIkev2IpsecRsa 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_RSA", 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 TypeIkev2IpsecRsa = 8;
[<Android.Runtime.Register("TYPE_IKEV2_IPSEC_RSA", 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 TypeIkev2IpsecRsa : Android.Net.PlatformVpnProfileType

Field Value

Value = 8
Attributes

Applies to