Idioma

TelephonyManager.AuthtypeEapSim Campo

Definição

Cuidado

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

O tipo de autenticação para o desafio 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

Valor do campo

Value = 128
Atributos

Comentários

O tipo de autenticação para o desafio UICC é EAP SIM. Consulte RFC 4186 para obter detalhes.

Java documentação para android.telephony.TelephonyManager.AUTHTYPE_EAP_SIM.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a