KeyProperties.AuthDeviceCredential Field

Definition

Caution

This constant will be removed in the future version. Use Android.Security.Keystore.KeyPropertiesAuthType enum directly instead of this field.

The non-biometric credential used to secure the device (i.

[Android.Runtime.Register("AUTH_DEVICE_CREDENTIAL", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyPropertiesAuthType enum directly instead of this field.", true)]
public const Android.Security.Keystore.KeyPropertiesAuthType AuthDeviceCredential = 1;
[<Android.Runtime.Register("AUTH_DEVICE_CREDENTIAL", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyPropertiesAuthType enum directly instead of this field.", true)>]
val mutable AuthDeviceCredential : Android.Security.Keystore.KeyPropertiesAuthType

Field Value

Value = 1
Attributes

Remarks

The non-biometric credential used to secure the device (i.e., PIN, pattern, or password)

Java documentation for android.security.keystore.KeyProperties.AUTH_DEVICE_CREDENTIAL.

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.

Applies to