Click or drag to resize
PasswordGeneratorGenerate Method (Int32, HashSetChar, Random)

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public static string Generate(
	int length,
	HashSet<char> allowed,
	Random random
)

Parameters

length
Type: SystemInt32
allowed
Type: System.Collections.GenericHashSetChar
The set of characters the password will be randomly made of
random
Type: MlkPwgenRandom

Return Value

Type: String
See Also