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

Definition

Erstellt ein IResult , das bei der Ausführung aufruft SignOutAsync(HttpContext, String, AuthenticationProperties).

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

Parameter

properties
AuthenticationProperties

AuthenticationProperties wird verwendet, um den Abmeldevorgang auszuführen.

authenticationSchemes
IList<String>

Das Authentifizierungsschema, das für den Abmeldevorgang verwendet werden soll.

Gibt zurück

Die für die Antwort erstellte IResult .

Gilt für: