Click or drag to resize
PassphraseController Constructor (String)
Constructor for class. Loads dictionaries, initializes pseudoSentence generator and sentenceBuilder.

Namespace: PassphraseGen
Assembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PassphraseController(
	string dictionaries
)

Parameters

dictionaries
Type: SystemString
Path to folder with dictionaries as string
See Also