PasswordGeneratorGenerate Method (Int32, HashSetChar, Random) |
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax public static string Generate(
int length,
HashSet<char> allowed,
Random random
)
Public Shared Function Generate (
length As Integer,
allowed As HashSet(Of Char),
random As Random
) As String
public:
static String^ Generate(
int length,
HashSet<wchar_t>^ allowed,
Random^ random
)
static member Generate :
length : int *
allowed : HashSet<char> *
random : Random -> string
Parameters
- length
- Type: SystemInt32
- allowed
- Type: System.Collections.GenericHashSetChar
The set of characters the password will be randomly made of - random
- Type: MlkPwgenRandom
Return Value
Type:
StringSee Also