Results.SignOut(AuthenticationProperties, IList<String>) Method

Definition

public static Microsoft.AspNetCore.Http.IResult SignOut (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties = default, System.Collections.Generic.IList<string>? authenticationSchemes = default);
static member SignOut : Microsoft.AspNetCore.Authentication.AuthenticationProperties * System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Http.IResult
Public Shared Function SignOut (Optional properties As AuthenticationProperties = Nothing, Optional authenticationSchemes As IList(Of String) = Nothing) As IResult

Parameters

properties
AuthenticationProperties

AuthenticationProperties used to perform the sign-out operation.

authenticationSchemes
IList<String>

The authentication scheme to use for the sign-out operation.

Returns

The created IResult for the response.

Applies to