IkeSessionConfiguration.EapInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.