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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

No authentication is required to access the cryptographic keys. Keys are accessible without user verification. This option provides the least security but maximum convenience.

Link copied to clipboard

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

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.