次の方法で共有


TelephonyManager.AuthtypeGbaNafKeyExternal フィールド

定義

注意事項

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

GBA ネットワーク アプリケーション関数 (NAF) キー外部チャレンジの認証の種類。

[Android.Runtime.Register("AUTHTYPE_GBA_NAF_KEY_EXTERNAL", 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 AuthtypeGbaNafKeyExternal = 133;
[<Android.Runtime.Register("AUTHTYPE_GBA_NAF_KEY_EXTERNAL", 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 AuthtypeGbaNafKeyExternal : Android.Telephony.AutheenticationType

フィールド値

Value = 133
属性

注釈

GBA ネットワーク アプリケーション関数 (NAF) キー外部チャレンジの認証の種類。 この認証の種類を #getIccAuthentication API に渡して、base64 エンコードで NAF_ID パラメーターを使用して GBA ネットワーク アプリケーション関数 (NAF) キー外部チャレンジを data 実行します。 このメソッドは、ICC 認証が完了すると、base64 エンコードでKs_Ext_Naf キーを返します。 参照 3GPP 33.220 セクション 5.3.2。

android.telephony.TelephonyManager.AUTHTYPE_GBA_NAF_KEY_EXTERNALJava ドキュメント。

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

適用対象