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