Password Method
From HttpServer.dll
Overload List
| Name | Description | |
|---|---|---|
| Password(String) |
Validate that a string only contains letters or digits or any of the PasswordChars.
| |
| Password(String, Boolean) |
Validate that a string only contains letters or digits or any of the PasswordChars.
| |
| Password(String, String, Boolean) |
Validate that a string only contains letters or digits or any of the PasswordChars.
(Inherited from Validator.) |