Table of Contents

Class DefaultApiKeyRegistryTests.MockPasswordHasher

Namespace
Tlabs.Identity.Intern.Test
Assembly
Tlabs.SrvBase.Tests.dll
public class DefaultApiKeyRegistryTests.MockPasswordHasher : IPasswordHasher<User>
Inheritance
DefaultApiKeyRegistryTests.MockPasswordHasher
Implements
Inherited Members
Extension Methods

Constructors

MockPasswordHasher()

public MockPasswordHasher()

Methods

HashPassword(User, string)

public string HashPassword(User user, string password)

Parameters

user User
password string

Returns

string

VerifyHashedPassword(User, string, string)

public PasswordVerificationResult VerifyHashedPassword(User user, string hashedPassword, string providedPassword)

Parameters

user User
hashedPassword string
providedPassword string

Returns

PasswordVerificationResult