LABiometryType 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.
Enumerates supported biometric authentication types.
[ObjCRuntime.Native]
public enum LABiometryType
[<ObjCRuntime.Native>]
type LABiometryType =
- Inheritance
-
LABiometryType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Indicates that biometric authentication is not supported. |
| TouchId | 1 | Indicates that Touch ID is supported. |
| FaceId | 2 | Indicates that Face ID is supported. |
| OpticId | 4 |