KeyGenParameterSpec.IsInvalidatedByBiometricEnrollment Property

Definition

Returns true if the key is irreversibly invalidated when a new biometric is enrolled or all enrolled biometrics are removed.

public bool IsInvalidatedByBiometricEnrollment { [Android.Runtime.Register("isInvalidatedByBiometricEnrollment", "()Z", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isInvalidatedByBiometricEnrollment", "()Z", "", ApiSince=24)>]
member this.IsInvalidatedByBiometricEnrollment : bool

Property Value

Attributes

Remarks

Returns true if the key is irreversibly invalidated when a new biometric is enrolled or all enrolled biometrics are removed. This has effect only for keys that require biometric user authentication for every use.

Java documentation for android.security.keystore.KeyGenParameterSpec.isInvalidatedByBiometricEnrollment().

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