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: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class PasswordManager

The PasswordManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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
Serves as the default hash function.
(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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValidatePassword
Validates a password against a given password policy.
Top
See Also