Partager via


IkeSessionParams.IkeOptions Property

Definition

Return all the enabled IKE Options

public System.Collections.Generic.ICollection<Java.Lang.Integer> IkeOptions { [Android.Runtime.Register("getIkeOptions", "()Ljava/util/Set;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getIkeOptions", "()Ljava/util/Set;", "", ApiSince=35)>]
member this.IkeOptions : System.Collections.Generic.ICollection<Java.Lang.Integer>

Property Value

A Set of enabled IKE options that have been added using Builder#addIkeOption(int)

Attributes

Remarks

Return all the enabled IKE Options

Java documentation for android.net.ipsec.ike.IkeSessionParams.getIkeOptions().

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