Summary
Gets a random password.
Syntax
public static string Password(int minLength, int maxLength)
Parameters
| Name | Type | Description |
|---|---|---|
| minLength | int | The minimum length. |
| maxLength | int | The maximum length. |
Return Value
| Type | Description |
|---|---|
| string | The random password. |