1 reference to CheckPasswordCoreAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
753
var (result, userMissing) = await
CheckPasswordCoreAsync
(user, password).ConfigureAwait(false);