Click or drag to resize
PassphraseController Constructor (DictionaryString, 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(
	Dictionary<string, string> dictionaries
)

Parameters

dictionaries
Type: System.Collections.GenericDictionaryString, String
Dictionary of loaded files as string.
See Also