Freigeben über


OpenIdConnectHandler.HandleSignOutAsync(SignOutContext) Methode

Definition

Umleiten des Benutzers zum Abmelden an den Identitätsanbieter

protected:
 override System::Threading::Tasks::Task ^ HandleSignOutAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignOutContext ^ signout);
protected override System.Threading.Tasks.Task HandleSignOutAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext signout);
override this.HandleSignOutAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext -> System.Threading.Tasks.Task
Protected Overrides Function HandleSignOutAsync (signout As SignOutContext) As Task

Parameter

signout
SignOutContext

Gibt zurück

Eine Aufgabe, die die Abmeldeprozedur ausführt

Gilt für: