BenSelect Documentation
DefaultPINType Enumeration
See Also  Send Feedback
Selerix.Foundation Namespace : DefaultPINType Enumeration
Enum. Specifies the PIN type.

Syntax

JScript 
public enum DefaultPINType extends System.Enum

Members

MemberDescription
LAST_4_DIGIT_EIN_FULL_BIRTH_YEARPIN consisting of last four digits of the EIN left padded with '0' and employee birth year as yyyy.
LAST_4_DIGIT_SSNLast four digits of SSN used for PIN.
LAST_4_DIGIT_SSN_8_DIGIT_DOBPIN consisting of last four digits of the Social Security number and employee DOB as MMddyyyy
LAST_4_DIGIT_SSN_LAST_2_DIGIT_DOBPIN 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_DOBPin consists of the employee's initials, lower case, plus their DOB as MMddyyyy
RANDOM_4_DIGITRandom four-digit PIN.
RANDOM_5_DIGITRandom five-digit PIN.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.Foundation.DefaultPINType

Requirements

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

See Also

© 2024 All Rights Reserved.