C# Class PasswordLive.Generator

Mostrar archivo Open project: passwordlive/passwordlive.github.io

Public Methods

Method Description
Compute ( string keywordString, string whatForString, int length, bool MakeUpperCase, bool MakeLowerCase, bool MakeNumbers, bool MakeSpecialCharacters ) : string
Generator ( ) : System

Method Details

Compute() public method

public Compute ( string keywordString, string whatForString, int length, bool MakeUpperCase, bool MakeLowerCase, bool MakeNumbers, bool MakeSpecialCharacters ) : string
keywordString string
whatForString string
length int
MakeUpperCase bool
MakeLowerCase bool
MakeNumbers bool
MakeSpecialCharacters bool
return string

Generator() public method

public Generator ( ) : System
return System