Lingua

TelephonyManager.AuthtypeGbaBootstrap Campo

Definizione

Attenzione

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

Tipo di autenticazione per GBA Bootstrap Challenge.

[Android.Runtime.Register("AUTHTYPE_GBA_BOOTSTRAP", ApiSince=34)]
[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 AuthtypeGbaBootstrap = 132;
[<Android.Runtime.Register("AUTHTYPE_GBA_BOOTSTRAP", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.AutheenticationType enum directly instead of this field.", true)>]
val mutable AuthtypeGbaBootstrap : Android.Telephony.AutheenticationType

Valore del campo

Value = 132
Attributi

Commenti

Tipo di autenticazione per GBA Bootstrap Challenge. Passare questo tipo di autenticazione nell'API #getIccAuthentication per eseguire una verifica di Bootstrap GBA (BSF), con data (generata in base alla procedura definita nella codifica 3GPP 33.220 sezione 5.3.2 step.4) in base64. Questo metodo restituirà la risposta bootstrapping nella codifica base64 al termine dell'autenticazione ICC. Rif 3GPP 33.220 Sezione 5.3.2.

per android.telephony.TelephonyManager.AUTHTYPE_GBA_BOOTSTRAP.

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