6 references to SignInResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (1)
2478=> new SignInResult(authenticationScheme, principal, properties);
SignInResult.cs (3)
22: this(authenticationScheme: null, principal, properties: null) 33: this(authenticationScheme, principal, properties: null) 44: this(authenticationScheme: null, principal, properties)
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
1121=> new SignInResult(authenticationScheme, principal, properties);
PageModel.cs (1)
1473=> new SignInResult(authenticationScheme, principal, properties);