![]() | |
PasswordController Class |
Namespace: WeroSoft.Security
public static class PasswordController
The PasswordController type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsCapsLock |
Gets a value whether Caps Lock is pressed or not.
|
Name | Description | |
---|---|---|
![]() ![]() | CheckPasswordRules |
Checks the password to the defined strength.
|
![]() ![]() | CheckRetypedPasswordIsEqual |
Checks two passwords are same.
|
![]() ![]() | ComputeSecureHash |
Computes the password hash.
|
![]() ![]() | GeneratePassword |
Generates a valid password regarding the defined strength.
|
![]() ![]() | GetSecureHashFromSecureString |
Calculates a secure hash from the given password.
|
![]() ![]() | GetSecureHashFromString |
Creates a password hash from a clear text string.
|
![]() ![]() | SecureStringToString |
Converts the string
|