C# Class PasswordLive.Generator

Afficher le fichier Open project: passwordlive/passwordlive.github.io

Méthodes publiques

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

Method Details

Compute() public méthode

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
Résultat string

Generator() public méthode

public Generator ( ) : System
Résultat System