Click or drag to resize

PasswordGenerator.GeneratePassword Method

Overload List
  Name Description
Public method GeneratePassword() Generates a random password with 8 characters or MinLength if it is greater than 8 characters.
Public method GeneratePassword(Int32) Generates a password with the given length.
Public method GeneratePassword(Int32, Int32) Generates a password with length between the given minLength and maxLength.
Top
See Also