HID APPROVE SDK
5.7.1
HID APPROVE SDK for iOS
|
Security policy for the protection of sensitive data. More...
Go to the source code of this file.
Classes | |
protocol | <HIDBioPasswordPolicy> |
Protection policy with authentication with biometrics or password. More... | |
protocol | <HIDCounterLockPolicy> |
The access to the credential will be locked after a configurable number of failed attempts. More... | |
protocol | <HIDDelayLockPolicy> |
The access to the credential will be limited by applying an exponential delay for each failed attempt. More... | |
protocol | <HIDDevicePolicy> |
Protection Policy with device derived key protection. More... | |
protocol | <HIDLockPolicy> |
Lock Policy with specific access constraints. More... | |
protocol | <HIDPasswordPolicy> |
Protection Policy with password specific constraints. More... | |
protocol | <HIDProtectionPolicy> |
The protection policy defines the security parameters associated with a key or data item. More... | |
Enumerations | |
enum | HIDBioAuthenticationState { HIDBioAuthenticationStateEnabled, HIDBioAuthenticationStateNotEnabled, HIDBioAuthenticationStateNotCapable, HIDBioAuthenticationStateNotEnrolled } |
Working state of authentication with biometrics. More... | |
enum | HIDLockType { HIDLockTypeNone, HIDLockTypeLock, HIDLockTypeDelay, HIDLockTypeSilent } |
Known types of lock policy. More... | |
enum | HIDPolicyType { HIDPolicyTypePassword, HIDPolicyTypeDevice, HIDPolicyTypeBioPassword } |
Protection policy types. More... | |
Security policy for the protection of sensitive data.
Working state of authentication with biometrics.
enum HIDLockType |
Known types of lock policy.
enum HIDPolicyType |