Click or drag to resize
weroSoft AG, Software
PasswordController Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides methods for checking a password.
Inheritance Hierarchy
SystemObject
  WeroSoft.SecurityPasswordController

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class PasswordController

The PasswordController type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsCapsLock
Gets a value whether Caps Lock is pressed or not.
Top
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