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