ICookieAuthenticationEvents.RedirectToLogout(CookieRedirectContext) 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 when a SignOut causes a redirect in the cookie middleware.
public:
System::Threading::Tasks::Task ^ RedirectToLogout(Microsoft::AspNetCore::Authentication::Cookies::CookieRedirectContext ^ context);
public System.Threading.Tasks.Task RedirectToLogout (Microsoft.AspNetCore.Authentication.Cookies.CookieRedirectContext context);
abstract member RedirectToLogout : Microsoft.AspNetCore.Authentication.Cookies.CookieRedirectContext -> System.Threading.Tasks.Task
Public Function RedirectToLogout (context As CookieRedirectContext) As Task
Parameters
- context
- CookieRedirectContext
Contains information about the event