EMDskppPinPolicy
Objective-C
@interface EMDskppPinPolicy : NSObject <EMPinPolicy>
Swift
class EMDskppPinPolicy : NSObject, EMPinPolicy
The PIN policy object
Since
4.1-
The Complexity of the pin/pass code
Since
4.1Declaration
Objective-C
@property (nonatomic) EMPinComplexity pinComplexity;Swift
var pinComplexity: EMPinComplexity { get set } -
The Minimum Passcode Length
Since
4.1Declaration
Objective-C
@property (nonatomic) int minLength;Swift
var minLength: Int32 { get set } -
The Maximum Passcode Length
Since
4.1Declaration
Objective-C
@property (nonatomic) int maxLength;Swift
var maxLength: Int32 { get set }
EMDskppPinPolicy Class Reference