Click or drag to resize

CryptoUtilsBrewPassword Method (String, UInt32)

Generates a random password

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static string BrewPassword(
	string characterSet,
	uint length
)

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: String
The generated password
See Also