KeyProperties.AuthBiometricStrong Field

Definition

Caution

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

Any biometric (e.

[Android.Runtime.Register("AUTH_BIOMETRIC_STRONG", 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 AuthBiometricStrong = 2;
[<Android.Runtime.Register("AUTH_BIOMETRIC_STRONG", 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 AuthBiometricStrong : Android.Security.Keystore.KeyPropertiesAuthType

Field Value

Value = 2
Attributes

Remarks

Any biometric (e.g. fingerprint, iris, or face) on the device that meets or exceeds the requirements for <strong>Strong</strong>, as defined by the Android CDD.

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

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