PasswordGeneratorGeneratePassword Method

Generates a random password with 8 characters or MinLength if it is greater than 8 characters.

Definition

Namespace: Gemstone.Security.Cryptography
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
public string GeneratePassword()

Return Value

String
A randomly generated password.

See Also