언어

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을 참조하세요.

에 대한 android.telephony.TelephonyManager.AUTHTYPE_EAP_SIMJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상