PasswordManager Class |
Namespace: PsrApi.Managers
public class PasswordManager
The PasswordManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GeneratePhoneticPassword |
Generates a phonetic password.
| |
| GeneratePhoneticPasswordStatic |
Generates a phonetic password.
| |
| GeneratePolicyPassword |
Generates a password that matches the given policy.
| |
| GeneratePolicyPasswordStatic |
Generates a password that matches the given policy.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPasswordStrength |
Gets the strength of a given plaintext passwords between 0 and 100.
| |
| GetPasswordStrengthStatic |
Static method to get the strength of a password between 0 and 100.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValidatePassword |
Validates a password against a given password policy.
|