8 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.Core.Test (2)
SignInResultTest.cs (2)
30
var result = new
SignInResult
("", principal, null);
85
var result = new
SignInResult
("Scheme1", principal, authProperties);
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
1121
=> new
SignInResult
(authenticationScheme, principal, properties);
PageModel.cs (1)
1473
=> new
SignInResult
(authenticationScheme, principal, properties);