DeviceBindingAuthenticationType
Defines the types of authentication methods available for device binding. These authentication types determine how users prove their identity when accessing cryptographic keys stored on the device.
Entries
Requires biometric authentication only (fingerprint, face recognition, etc.). No fallback authentication method is allowed. If biometric authentication fails or is not available, the operation will fail.
Prefers biometric authentication but allows fallback to device credentials (PIN, pattern, password) if biometric authentication fails or is not available. This provides a balance between security and usability.
Requires application-specific PIN authentication. Users must enter a PIN that is managed by the application rather than relying on system-level authentication methods.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.