Lingua

TelephonyManager.AuthtypeEapAka Campo

Definizione

Attenzione

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

Il tipo di autenticazione per la richiesta UICC è EAP AKA.

[Android.Runtime.Register("AUTHTYPE_EAP_AKA", 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 AuthtypeEapAka = 129;
[<Android.Runtime.Register("AUTHTYPE_EAP_AKA", 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 AuthtypeEapAka : Android.Telephony.AutheenticationType

Valore del campo

Value = 129
Attributi

Commenti

Il tipo di autenticazione per la richiesta UICC è EAP AKA. Per informazioni dettagliate, vedere RFC 4187.

per android.telephony.TelephonyManager.AUTHTYPE_EAP_AKA.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a