CookieAuthenticationProvider.ApplyRedirect Method (CookieApplyRedirectContext)
Implements the interface method by invoking the related delegate method.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public virtual void ApplyRedirect(
CookieApplyRedirectContext context
)
public:
virtual void ApplyRedirect(
CookieApplyRedirectContext^ context
)
abstract ApplyRedirect :
context:CookieApplyRedirectContext -> unit
override ApplyRedirect :
context:CookieApplyRedirectContext -> unit
Public Overridable Sub ApplyRedirect (
context As CookieApplyRedirectContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieApplyRedirectContextContains information about the event.
Implements
ICookieAuthenticationProvider.ApplyRedirect(CookieApplyRedirectContext)
See Also
CookieAuthenticationProvider Class
Microsoft.Owin.Security.Cookies Namespace
Return to top