OpenIdConnectHandler.HandleSignOutAsync(SignOutContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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