CharTypeEnum enumeration

CharTypeEnum enumeration

Type enum of characters allowed in password.

The CharTypeEnum type exposes the following members:

Fields

FieldDescription
ALPHAONLYPassword may not contain numeric characters.
NUMERICONLYPassword may not contain alphabetic characters.
ALPHAORNUMERICPassword may contain alphabetic or numeric characters (or both).
ALPHAANDNUMERICPassword must contain both alphabetic and numeric characters.

See Also