5 references to SignOutResult
Microsoft.AspNetCore.Mvc.Core (3)
ControllerBase.cs (1)
2504=> new SignOutResult(authenticationSchemes);
SignOutResult.cs (2)
22: this(Array.Empty<string>()) 42: this(new[] { authenticationScheme })
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
1129=> new SignOutResult(authenticationSchemes);
PageModel.cs (1)
1481=> new SignOutResult(authenticationSchemes);