HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
<HIDProtectionPolicy> Protocol Reference

The protection policy defines the security parameters associated with a key or data item. More...

#import <HIDProtectionPolicy.h>

Inheritance diagram for <HIDProtectionPolicy>:
<HIDDevicePolicy> <HIDPasswordPolicy> <HIDBioPasswordPolicy>

Instance Methods

(id< HIDLockPolicy >) - lockPolicy
 Returns the lock policy. More...
 
(HIDIdentifier *) - policyId
 Returns the protection policy identifier. More...
 
(HIDPolicyType- policyType
 Returns the protection policy type. More...
 

Detailed Description

The protection policy defines the security parameters associated with a key or data item.

Method Documentation

- (id<HIDLockPolicy>) lockPolicy

Returns the lock policy.

Returns
the lock policy.
- (HIDIdentifier*) policyId

Returns the protection policy identifier.

Returns
the protection policy ID.
- (HIDPolicyType) policyType

Returns the protection policy type.

Returns
the protection policy type.