Enum. Specifies the PIN type.
Syntax
Members
Member | Value | Description |
LAST_4_DIGIT_SSN | 1 | Last four digits of SSN used for PIN. |
LAST_4_DIGIT_SSN_8_DIGIT_DOB | 5 | PIN consisting of last four digits of the Social Security number and employee DOB as MMddyyyy |
LAST_4_DIGIT_SSN_LAST_2_DIGIT_DOB | 3 | PIN consisting of last four digits of the Social Security number and the last two digits of the date of birth. |
LOWER_CASE_INITIALS_8_DIGIT_DOB | 4 | Pin consists of the employee's initials, lower case, plus their DOB as MMddyyyy |
RANDOM_4_DIGIT | 0 | Random four-digit PIN. |
RANDOM_5_DIGIT | 2 | Random five-digit PIN. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.DefaultPINType
See Also