Click or drag to resize
PasswordGeneratorGenerateComplex Method (Int32, IReadOnlyCollectionHashSetChar, FuncString, Boolean, Random)

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public static string GenerateComplex(
	int length,
	IReadOnlyCollection<HashSet<char>> requiredSets,
	Func<string, bool> predicate,
	Random random
)

Parameters

length
Type: SystemInt32
requiredSets
Type: System.Collections.GenericIReadOnlyCollectionHashSetChar
The sets characters that the password must contain
predicate
Type: SystemFuncString, Boolean
An arbitrary function that the password must match
random
Type: MlkPwgenRandom

Return Value

Type: String
See Also