Click or drag to resize

RandomPasswordGenerate Method

Generates a random password.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string Generate()

Return Value

Type: String
Randomly generated password.
Remarks
The length of the generated password will be determined at random. It will be no shorter than the minimum default and no longer than maximum default.
See Also