PasswordGenerator Members
The PasswordGenerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GenerateFixedSizePassword |
Generate a password from the input
|
|
|
GeneratePassword |
Generates the password based on a a given input.
|
|
|
GeneratePasswords |
Generates the passwords.
|
|
|
GenerateSecureStringPassword |
Generates a secure string for given password
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryValidateFixedSizePassword |
Validates a password generated by this system and tests for tampering.
|
|
|
TryValidateGeneratedPassword |
Validates a password generated by this system and tests for tampering.
|

