Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called during the sign-out flow to augment the cookie cleanup process.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
void ResponseSignOut(
CookieResponseSignOutContext context
)
void ResponseSignOut(
CookieResponseSignOutContext^ context
)
abstract ResponseSignOut :
context:CookieResponseSignOutContext -> unit
Sub ResponseSignOut (
context As CookieResponseSignOutContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieResponseSignOutContextContains information about the login session as well as information about the authentication cookie.
See Also
ICookieAuthenticationProvider Interface
Microsoft.Owin.Security.Cookies Namespace
Return to top