Click or drag to resize
PasswordGeneratorGenerate Method (Int32, String)

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public static string Generate(
	int length = 10,
	string allowed = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
)

Parameters

length (Optional)
Type: SystemInt32
allowed (Optional)
Type: SystemString
The set of characters the password will be randomly made of

Return Value

Type: String
See Also