ICookieAuthenticationEvents.SigningOut(CookieSigningOutContext) 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.
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.