EMDskppPinComplexity Constants Reference
| Declared in | EMDskppPinPolicy.h |
|---|---|
| Availability | 4.1 |
EMDskppPinComplexity
Public Pin complexity enum.
Definition
typedef NS_ENUM(NSUInteger, EMDskppPinComplexity ) {
EMDskppPinComplexityNumeric = EMPinComplexityNumeric,
EMDskppPinComplexityAlphaNumeric = EMPinComplexityAlphaNumeric,
EMDskppPinComplexityStrongAlphaNumeric = EMPinComplexityStrongAlphaNumeric,
EMDskppPinComplexityComplexAlphaNumeric = EMPinComplexityComplexAlphaNumeric,
EMDskppPinComplexityUnknown = EMPinComplexityUnknown,
};
Constants
EMDskppPinComplexityNumeric-
Pin complexity numberic.
Declared In
EMDskppPinPolicy.h. EMDskppPinComplexityAlphaNumeric-
Pin complexity alpha numeric.
Declared In
EMDskppPinPolicy.h. EMDskppPinComplexityStrongAlphaNumeric-
Pin complexity strong alpha numeric.
Declared In
EMDskppPinPolicy.h. EMDskppPinComplexityComplexAlphaNumeric-
Pin complexity complex alpha numberic.
Declared In
EMDskppPinPolicy.h. EMDskppPinComplexityUnknown-
Pin complexity unknown.
Declared In
EMDskppPinPolicy.h.
Availability
4.1
Declared In
EMDskppPinPolicy.h