ICookieAuthenticationProvider.ApplyRedirect Method

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

'Declaration
Sub ApplyRedirect ( _
    context As CookieApplyRedirectContext _
)
'Usage
Dim instance As ICookieAuthenticationProvider 
Dim context As CookieApplyRedirectContext

instance.ApplyRedirect(context)
void ApplyRedirect(
    CookieApplyRedirectContext context
)
void ApplyRedirect(
    CookieApplyRedirectContext^ context
)
abstract ApplyRedirect : 
        context:CookieApplyRedirectContext -> unit
function ApplyRedirect(
    context : CookieApplyRedirectContext
)

Parameters

See Also

Reference

ICookieAuthenticationProvider Interface

Microsoft.Owin.Security.Cookies Namespace