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

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public static string GenerateComplex(
	int length = 10,
	IEnumerable<string> requiredSets = null,
	Func<string, bool> predicate = null
)

Parameters

length (Optional)
Type: SystemInt32
requiredSets (Optional)
Type: System.Collections.GenericIEnumerableString
The sets characters that the password must contain
predicate (Optional)
Type: SystemFuncString, Boolean
An arbitrary function that the password must match

Return Value

Type: String
See Also