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