TelephonyManager.AuthtypeGbaNafKeyExternal Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Telephony.AutheenticationType enum directly instead of this field.
Authentication type for GBA Network Application Functions (NAF) key External Challenge.
[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
Field Value
Value = 133- Attributes
Remarks
Authentication type for GBA Network Application Functions (NAF) key External Challenge. Pass this authentication type into the #getIccAuthentication
API to perform a GBA Network Applications Functions (NAF) key External challenge using the NAF_ID parameter as the data
in base64 encoding. This method will return the Ks_Ext_Naf key in base64 encoding when ICC authentication is completed. Ref 3GPP 33.220 Section 5.3.2.
Java documentation for android.telephony.TelephonyManager.AUTHTYPE_GBA_NAF_KEY_EXTERNAL
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.