JScript | |
---|---|
public enum DefaultPINType extends System.Enum |
Member | Description |
---|---|
LAST_4_DIGIT_EIN_FULL_BIRTH_YEAR | PIN consisting of last four digits of the EIN left padded with '0' and employee birth year as yyyy. |
LAST_4_DIGIT_SSN | Last four digits of SSN used for PIN. |
LAST_4_DIGIT_SSN_8_DIGIT_DOB | PIN consisting of last four digits of the Social Security number and employee DOB as MMddyyyy |
LAST_4_DIGIT_SSN_LAST_2_DIGIT_DOB | 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 | Pin consists of the employee's initials, lower case, plus their DOB as MMddyyyy |
RANDOM_4_DIGIT | Random four-digit PIN. |
RANDOM_5_DIGIT | Random five-digit PIN. |
System.Object
System.ValueType
System.Enum
Selerix.Foundation.DefaultPINType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family