LABiometryType Enum

Definition

Enumerates supported biometric authentication types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum LABiometryType
type LABiometryType = 
Inheritance
LABiometryType
Attributes

Fields

FaceId 2
None 0

Indicates that biometric authentication is not supported.

TouchId 1

Indicates that Touch ID is supported.

TypeFaceId 2

Indicates that Face ID is supported.

Applies to