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