3 references to SignInResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
2451
=> new
SignInResult
(authenticationScheme, principal);
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
1107
=> new
SignInResult
(authenticationScheme, principal);
PageModel.cs (1)
1459
=> new
SignInResult
(authenticationScheme, principal);