8 references to SignOutResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (1)
2515
=> new
SignOutResult
(authenticationSchemes, properties);
SignOutResult.cs (3)
32
:
this
(Array.Empty<string>(), properties)
52
:
this
(authenticationSchemes, properties: null)
63
:
this
(new[] { authenticationScheme }, properties)
Microsoft.AspNetCore.Mvc.Core.Test (2)
SignOutResultTest.cs (2)
85
var result = new
SignOutResult
(new[] { "Scheme1", "Scheme2" }, authProperties);
156
var result = new
SignOutResult
(new[] { "Scheme1", "Scheme2" }, authProperties);
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
1139
=> new
SignOutResult
(authenticationSchemes, properties);
PageModel.cs (1)
1491
=> new
SignOutResult
(authenticationSchemes, properties);