Freigeben über


IkeSessionConfiguration.IsIkeExtensionEnabled(Int32) Method

Definition

Checks if an IKE extension is enabled.

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

Parameters

extensionType
Int32

the extension type.

Returns

true if this extension is enabled.

Attributes

Remarks

Checks if an IKE extension is enabled.

An IKE extension is enabled when both sides can support it. This negotiation always happens in IKE initial exchanges (IKE INIT and IKE AUTH).

Java documentation for android.net.ipsec.ike.IkeSessionConfiguration.isIkeExtensionEnabled(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