메소드 | 설명 | |
---|---|---|
Generate ( int numSyllables, int numNumeric, int numSymbols ) : string |
Generates a random, human-readable password.
|
메소드 | 설명 | |
---|---|---|
MakeNumeric ( ) : char | ||
MakeSyllable ( ) : string | ||
MakeSymbol ( ) : char |
public static Generate ( int numSyllables, int numNumeric, int numSymbols ) : string | ||
numSyllables | int | Number of syllables the password will contain |
numNumeric | int | Number of numbers the password will contain |
numSymbols | int | Number of symbols the password will contain |
리턴 | string |