Freigeben über


Credential.SimCredential.EapType Property

Definition

Get the EAP (Extensible Authentication Protocol) method type associated with this SIM credential. -or- Set the EAP (Extensible Authentication Protocol) method type associated with this SIM 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 associated with this SIM credential

Attributes

Remarks

Property getter documentation:

Get the EAP (Extensible Authentication Protocol) method type associated with this SIM credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.SimCredential.getEapType().

Property setter documentation:

Set the EAP (Extensible Authentication Protocol) method type associated with this SIM credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.SimCredential.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.

Applies to