Show / Hide Table of Contents

Class UserPassword

Inheritance
object
UserPassword
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
☀
☾
Back to top Generated by DocFX