CharTypeEnum

CharTypeEnum enumeration

Type enum of characters allowed in password.

public enum CharTypeEnum

Values

NameValueDescription
ALPHAONLY0Password may not contain numeric characters.
NUMERICONLY1Password may not contain alphabetic characters.
ALPHAORNUMERIC2Password may contain alphabetic or numeric characters (or both).
ALPHAANDNUMERIC3Password must contain both alphabetic and numeric characters.

See Also