OpenIdConnectHandler.HandleSignOutAsync(SignOutContext) Method

Definition

Redirect user to the identity provider for sign out

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

Parameters

signout
SignOutContext

Returns

A task executing the sign out procedure

Applies to