Share via


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

See Also

ICookieAuthenticationProvider Interface
Microsoft.Owin.Security.Cookies Namespace

Return to top