LAPolicy 枚举

定义

身份验证策略。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum LAPolicy
type LAPolicy = 
继承
LAPolicy
属性

字段

DeviceOwnerAuthentication 2

使用触控 ID 传感器或设备密码对用户进行身份验证。

DeviceOwnerAuthenticationWithBiometrics 1

使用 TouchID 传感器对用户进行身份验证。

注解

适用于