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