메소드 | 설명 | |
---|---|---|
GenerateDictionaryPassword ( String filepath, int how_many_words ) : string | ||
GenerateHexadecimalPassword ( int length ) : string | ||
GeneratePassword ( ) : string | ||
GeneratePassword ( int length ) : string | ||
GetAllowedCharacters ( ) : char[] |
public static GenerateDictionaryPassword ( String filepath, int how_many_words ) : string | ||
filepath | String | |
how_many_words | int | |
리턴 | string |
public static GenerateHexadecimalPassword ( int length ) : string | ||
length | int | |
리턴 | string |
public static GeneratePassword ( int length ) : string | ||
length | int | |
리턴 | string |