Show / Hide Table of Contents

Class HashSaltExtensions

Inheritance
object
HashSaltExtensions
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 HashSaltExtensions

Methods

ToHashSalt(string)

Declaration
public static HashSalt ToHashSalt(this string password)
Parameters
Type Name Description
string password
Returns
Type Description
HashSalt

ToHashSalt(string, byte[])

Declaration
public static HashSalt ToHashSalt(this string password, byte[] salt)
Parameters
Type Name Description
string password
byte[] salt
Returns
Type Description
HashSalt

VerifyPassword(HashSalt, string)

Declaration
public static bool VerifyPassword(this HashSalt hashSalt, string verifyPassword)
Parameters
Type Name Description
HashSalt hashSalt
string verifyPassword
Returns
Type Description
bool
☀
☾
Back to top Generated by DocFX