TelephonyManager.AuthtypeEapSim フィールド

定義

注意事項

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

UICC チャレンジの認証の種類は 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

フィールド値

Value = 128
属性

注釈

UICC チャレンジの認証の種類は EAP SIM です。 詳細については、RFC 4186 を参照してください。

の Java ドキュメント android.telephony.TelephonyManager.AUTHTYPE_EAP_SIM

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象