Selerix Developer Tools
DefaultPINType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : DefaultPINType Enumeration
Enum. Specifies the PIN type.
Syntax
'Declaration
 
Public Enum DefaultPINType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DefaultPINType
public enum DefaultPINType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum DefaultPINType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class DefaultPINType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
LAST_4_DIGIT_SSN1Last four digits of SSN used for PIN.
LAST_4_DIGIT_SSN_8_DIGIT_DOB5PIN consisting of last four digits of the Social Security number and employee DOB as MMddyyyy
LAST_4_DIGIT_SSN_LAST_2_DIGIT_DOB3PIN 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_DOB4Pin consists of the employee's initials, lower case, plus their DOB as MMddyyyy
RANDOM_4_DIGIT0Random four-digit PIN.
RANDOM_5_DIGIT2Random five-digit PIN.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.DefaultPINType

See Also

Reference

Selerix.BusinessObjects Namespace