| PasswordManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class PasswordManager
The PasswordManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (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 | (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 | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
|   | ValidatePassword | 
                Validates a password against a given password policy.
             | 
 See Also
See Also