IkeSessionParams.IkeOptionAcceptAnyRemoteId Field

Definition

Caution

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

[Android.Runtime.Register("IKE_OPTION_ACCEPT_ANY_REMOTE_ID", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.", true)]
public const Android.Net.IpSec.Ike.IkeSessionOption IkeOptionAcceptAnyRemoteId = 0;
[<Android.Runtime.Register("IKE_OPTION_ACCEPT_ANY_REMOTE_ID", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.", true)>]
val mutable IkeOptionAcceptAnyRemoteId : Android.Net.IpSec.Ike.IkeSessionOption

Field Value

Value = 0
Attributes

Applies to