Partager via


IkeSessionParams.HasIkeOption(Int32) Method

Definition

Checks if the given IKE Session negotiation option is set

[Android.Runtime.Register("hasIkeOption", "(I)Z", "", ApiSince=31)]
public bool HasIkeOption (int ikeOption);
[<Android.Runtime.Register("hasIkeOption", "(I)Z", "", ApiSince=31)>]
member this.HasIkeOption : int -> bool

Parameters

ikeOption
Int32

the option to check.

Returns

Attributes

Remarks

Checks if the given IKE Session negotiation option is set

Java documentation for android.net.ipsec.ike.IkeSessionParams.hasIkeOption(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to