ICookieAuthenticationEvents.SigningOut(CookieSigningOutContext) Method

Definition

Called during the sign-out flow to augment the cookie cleanup process.

public:
 System::Threading::Tasks::Task ^ SigningOut(Microsoft::AspNetCore::Authentication::Cookies::CookieSigningOutContext ^ context);
public System.Threading.Tasks.Task SigningOut (Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext context);
abstract member SigningOut : Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext -> System.Threading.Tasks.Task
Public Function SigningOut (context As CookieSigningOutContext) As Task

Parameters

context
CookieSigningOutContext

Contains information about the login session as well as information about the authentication cookie.

Returns

Applies to