|
|
Password
|
| Name | Description | |
|---|---|---|
|
|
GeneratePassword | Generates a random password with 8 characters or MinLength if it is greater than 8 characters. |
|
|
GeneratePassword(Int32) | Generates a password with the given length. |
|
|
GeneratePassword(Int32, Int32) | Generates a password with length between the given minLength and maxLength. |