2 references to VerifyPasswordAsync
Microsoft.Extensions.Identity.Core (2)
UserManager.cs (2)
684
var result = await
VerifyPasswordAsync
(passwordStore, user, password).ConfigureAwait(false);
763
if (await
VerifyPasswordAsync
(passwordStore, user, currentPassword).ConfigureAwait(false) != PasswordVerificationResult.Failed)