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

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

Parameters

length (Optional)
Type: SystemInt32
requiredSets (Optional)
Type: System.Collections.GenericIEnumerableString
predicate (Optional)
Type: SystemFuncString, Boolean

Return Value

Type: String
See Also