PassphraseController Constructor (String) |
Constructor for class. Loads dictionaries, initializes pseudoSentence generator and sentenceBuilder.
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PassphraseController(
string dictionaries
)
Public Sub New (
dictionaries As String
)
public:
PassphraseController(
String^ dictionaries
)
new :
dictionaries : string -> PassphraseController
Parameters
- dictionaries
- Type: SystemString
Path to folder with dictionaries as string
See Also