Click or drag to resize

PasswordManager Class

Contains methods regarding passwords.
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersPasswordManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PasswordManager

The PasswordManager type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGeneratePhoneticPassword
Generates a phonetic password.
Public methodStatic memberGeneratePhoneticPasswordStatic
Generates a phonetic password.
Public methodGeneratePolicyPassword
Generates a password that matches the given policy.
Public methodStatic memberGeneratePolicyPasswordStatic
Generates a password that matches the given policy.
Public methodGetHashCode (Inherited from Object.)
Public methodGetPasswordStrength
Gets the strength of a given plaintext passwords between 0 and 100.
Public methodStatic memberGetPasswordStrengthStatic
Static method to get the strength of a password between 0 and 100.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberValidatePassword
Validates a password against a given password policy.
Top
See Also