CharTypeEnum

CharTypeEnum enumeration

Type enum of characters allowed in password.

public enum CharTypeEnum

Values

Name Value Description
ALPHAONLY 0 Password may not contain numeric characters.
NUMERICONLY 1 Password may not contain alphabetic characters.
ALPHAORNUMERIC 2 Password may contain alphabetic or numeric characters (or both).
ALPHAANDNUMERIC 3 Password must contain both alphabetic and numeric characters.

See Also