Credential.UserCredential.EapType 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.
Get the EAP (Extensible Authentication Protocol) method type associated with this user credential. -or- Set the EAP (Extensible Authentication Protocol) method type associated with this user credential.
public int EapType { [Android.Runtime.Register("getEapType", "()I", "", ApiSince=26)] get; [Android.Runtime.Register("setEapType", "(I)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getEapType", "()I", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setEapType", "(I)V", "", ApiSince=26)>]
member this.EapType : int with get, set
Property Value
EAP method type
- Attributes
Remarks
Property getter documentation:
Get the EAP (Extensible Authentication Protocol) method type associated with this user credential.
Java documentation for android.net.wifi.hotspot2.pps.Credential.UserCredential.getEapType()
.
Property setter documentation:
Set the EAP (Extensible Authentication Protocol) method type associated with this user credential. Refer to EAP Numbers for valid values.
Java documentation for android.net.wifi.hotspot2.pps.Credential.UserCredential.setEapType(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.