Click or drag to resize
weroSoft AG, Software
PasswordController Methods
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The PasswordController type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckPasswordRules
Checks the password to the defined strength.
Public methodStatic memberCheckRetypedPasswordIsEqual
Checks two passwords are same.
Public methodStatic memberComputeSecureHash
Computes the password hash.
Public methodStatic memberGeneratePassword
Generates a valid password regarding the defined strength.
Public methodStatic memberGetSecureHashFromSecureString
Calculates a secure hash from the given password.
Public methodStatic memberGetSecureHashFromString
Creates a password hash from a clear text string.
Public methodStatic memberSecureStringToString
Converts the string
Top
See Also