CharTypeEnum enumeration
CharTypeEnum enumeration
Type enum of characters allowed in password.
The CharTypeEnum type exposes the following members:
Fields
Field | Description |
---|---|
ALPHAONLY | Password may not contain numeric characters. |
NUMERICONLY | Password may not contain alphabetic characters. |
ALPHAORNUMERIC | Password may contain alphabetic or numeric characters (or both). |
ALPHAANDNUMERIC | Password must contain both alphabetic and numeric characters. |
See Also
- module aspose.finance.ofx.profile