Share via


KeyInfo.IsInvalidatedByBiometricEnrollment Property

Definition

Returns true if the key will be invalidated by enrollment of a new fingerprint or removal of all fingerprints.

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

Property Value

Attributes

Remarks

Returns true if the key will be invalidated by enrollment of a new fingerprint or removal of all fingerprints.

Java documentation for android.security.keystore.KeyInfo.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