BiometricManagerAuthenticators Enum
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.
public enum BiometricManagerAuthenticators
type BiometricManagerAuthenticators =
- Inheritance
-
BiometricManagerAuthenticators
Fields
| Name | Value | Description |
|---|---|---|
| LessThanStrong | 0 | Any biometric (e.g. fingerprint, iris, or face) on the device that falls short of the requirements for Class 3 (formerly Strong), as defined by the Android CDD. For example, this includes a biometric that satisfies BIOMETRIC_WEAK but does not reach BIOMETRIC_STRONG. This constant is intended to be used by public methods like BiometricManager.getBiometricSensorStrengths for obscuration. Android reference for 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. |
| BiometricStrong | 15 | |
| BiometricWeak | 255 | |
| DeviceCredential | 32768 | |
| IdentityCheck | 65536 |