1 implementation of VerifyHashedPassword
Microsoft.Extensions.Identity.Core (1)
PasswordHasher.cs (1)
166
public virtual PasswordVerificationResult
VerifyHashedPassword
(TUser user, string hashedPassword, string providedPassword)
1 reference to VerifyHashedPassword
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
957
var result = PasswordHasher.
VerifyHashedPassword
(user, hash, password);