6 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.RazorPages (2)
PageBase.cs (1)
1139=> new SignOutResult(authenticationSchemes, properties);
PageModel.cs (1)
1491=> new SignOutResult(authenticationSchemes, properties);