Partager via


IkeSessionConfiguration.EapInfo Property

Definition

Retrieves the EAP information.

public Android.Net.Eap.EapInfo? EapInfo { [Android.Runtime.Register("getEapInfo", "()Landroid/net/eap/EapInfo;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getEapInfo", "()Landroid/net/eap/EapInfo;", "", ApiSince=33)>]
member this.EapInfo : Android.Net.Eap.EapInfo

Property Value

the EAP information provided by the server during EAP authentication (e.g. next re-authentication ID), or null if the server did not provide any information that will be useful after the authentication.

Attributes

Remarks

Retrieves the EAP information.

Java documentation for android.net.ipsec.ike.IkeSessionConfiguration.getEapInfo().

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