Share via


SignOutAuthenticationHandler<TOptions>.HandleSignOutAsync Methode

Definition

Überschreiben Sie diese Methode, um das Abmelden zu verarbeiten.

protected:
 abstract System::Threading::Tasks::Task ^ HandleSignOutAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected abstract System.Threading.Tasks.Task HandleSignOutAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
protected abstract System.Threading.Tasks.Task HandleSignOutAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member HandleSignOutAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Protected MustOverride Function HandleSignOutAsync (properties As AuthenticationProperties) As Task

Parameter

Gibt zurück

Eine Aufgabe.

Gilt für: