EMDskppPinPolicy

Objective-C


@interface EMDskppPinPolicy : NSObject <EMPinPolicy>

Swift

class EMDskppPinPolicy : NSObject, EMPinPolicy

The PIN policy object

Since

4.1
  • The Pin Type

    Since

    4.1

    Declaration

    Objective-C

    @property (nonatomic) EMPinType pinType;

    Swift

    var pinType: EMPinType { get set }
  • The Complexity of the pin/pass code

    Since

    4.1

    Declaration

    Objective-C

    @property (nonatomic) EMPinComplexity pinComplexity;

    Swift

    var pinComplexity: EMPinComplexity { get set }
  • The Minimum Passcode Length

    Since

    4.1

    Declaration

    Objective-C

    @property (nonatomic) int minLength;

    Swift

    var minLength: Int32 { get set }
  • The Maximum Passcode Length

    Since

    4.1

    Declaration

    Objective-C

    @property (nonatomic) int maxLength;

    Swift

    var maxLength: Int32 { get set }