4 references to PasswordSignInAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
362return await PasswordSignInAsync(user, password, isPersistent, lockoutOnFailure);
Microsoft.AspNetCore.Identity.InMemory.Test (1)
ControllerTest.cs (1)
53var result = await signInManager.PasswordSignInAsync(user, password, isPersistent, false);
Microsoft.AspNetCore.Identity.Test (2)
SignInManagerTest.cs (2)
954var result = await helper.PasswordSignInAsync(user, "[PLACEHOLDER]-1a", false, false); 1009var result = await helper.PasswordSignInAsync(user, "[PLACEHOLDER]-1a", false, false);