| CryptoUtilsBrewPassword Method (String, UInt32) |
Generates a random password
Namespace:
Cauldron.Cryptography
Assembly:
Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.2
Syntax Parameters
- characterSet
- Type: SystemString
The set of characters to generate the password from - length
- Type: SystemUInt32
The length of the password to generate
Return Value
Type:
StringThe generated password
See Also