Class DefaultApiKeyRegistryTests.MockPasswordHasher
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
Returns
VerifyHashedPassword(User, string, string)
public PasswordVerificationResult VerifyHashedPassword(User user, string hashedPassword, string providedPassword)