3 references to CheckPasswordAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
367
if (await UserManager.
CheckPasswordAsync
(user, password))
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (1)
98
if (!await _userManager.
CheckPasswordAsync
(user, Input.Password))
Areas\Identity\Pages\V5\Account\Manage\DeletePersonalData.cshtml.cs (1)
98
if (!await _userManager.
CheckPasswordAsync
(user, Input.Password))