4 references to PasswordSignInAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
439return 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)
1341var result = await helper.PasswordSignInAsync(user, "[PLACEHOLDER]-1a", false, false); 1396var result = await helper.PasswordSignInAsync(user, "[PLACEHOLDER]-1a", false, false);