1 instantiation of SignOutHttpResult
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
86=> new(authenticationSchemes ?? Array.Empty<string>(), properties);
7 references to SignOutHttpResult
Microsoft.AspNetCore.Http.Results (7)
SignOutHttpResult.cs (4)
17/// Initializes a new instance of <see cref="SignOutHttpResult"/> with the default sign out scheme. 25/// Initializes a new instance of <see cref="SignOutHttpResult"/> with the 35/// Initializes a new instance of <see cref="SignOutHttpResult"/> with the 46/// Initializes a new instance of <see cref="SignOutHttpResult"/> with the
TypedResults.cs (3)
80/// Creates a <see cref="SignOutHttpResult"/> that on execution invokes <see cref="AuthenticationHttpContextExtensions.SignOutAsync(HttpContext, string?, AuthenticationProperties?)" />. 84/// <returns>The created <see cref="SignOutHttpResult"/> for the response.</returns> 85public static SignOutHttpResult SignOut(AuthenticationProperties? properties = null, IList<string>? authenticationSchemes = null)