Class UserPassword
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class UserPassword
Methods
IsValid(string)
Declaration
public static bool IsValid(string test)
Parameters
| Type | Name | Description |
|---|---|---|
| string | test |
Returns
| Type | Description |
|---|---|
| bool |
VerifyPassword(string, byte[], string)
Declaration
public static bool VerifyPassword(string password, byte[] hashSalt, string verifyPassword)
Parameters
| Type | Name | Description |
|---|---|---|
| string | password | |
| byte[] | hashSalt | |
| string | verifyPassword |
Returns
| Type | Description |
|---|---|
| bool |