Click or drag to resize

RandomPasswordGenerate Method (Int32)

Generates a random password of the exact length.

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

Parameters

length
Type: SystemInt32
Exact password length.

Return Value

Type: String
Randomly generated password.
See Also