Share via


TelephonyManager.AuthtypeEapSim Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.AutheenticationType enum directly instead of this field.

Authentication type for UICC challenge is EAP SIM.

[Android.Runtime.Register("AUTHTYPE_EAP_SIM", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.AutheenticationType enum directly instead of this field.", true)]
public const Android.Telephony.AutheenticationType AuthtypeEapSim = 128;
[<Android.Runtime.Register("AUTHTYPE_EAP_SIM", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.AutheenticationType enum directly instead of this field.", true)>]
val mutable AuthtypeEapSim : Android.Telephony.AutheenticationType

Field Value

Value = 128
Attributes

Remarks

Authentication type for UICC challenge is EAP SIM. See RFC 4186 for details.

Java documentation for android.telephony.TelephonyManager.AUTHTYPE_EAP_SIM.

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