ICookieAuthenticationProvider.ApplyRedirect Method (CookieApplyRedirectContext)
Called when a Challenge, SignIn, or SignOut causes a redirect in the cookie middleware.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
void ApplyRedirect(
CookieApplyRedirectContext context
)
void ApplyRedirect(
CookieApplyRedirectContext^ context
)
abstract ApplyRedirect :
context:CookieApplyRedirectContext -> unit
Sub ApplyRedirect (
context As CookieApplyRedirectContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieApplyRedirectContextContains information about the event
See Also
ICookieAuthenticationProvider Interface
Microsoft.Owin.Security.Cookies Namespace
Return to top