CookieApplyRedirectContext Class
Context passed 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)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext<TOptions>
Microsoft.Owin.Security.Cookies.CookieApplyRedirectContext
Syntax
public class CookieApplyRedirectContext : BaseContext<CookieAuthenticationOptions>
public ref class CookieApplyRedirectContext : BaseContext<CookieAuthenticationOptions^>
type CookieApplyRedirectContext =
class
inherit BaseContext<CookieAuthenticationOptions>
end
Public Class CookieApplyRedirectContext
Inherits BaseContext(Of CookieAuthenticationOptions)
Constructors
Name | Description | |
---|---|---|
CookieApplyRedirectContext(IOwinContext, CookieAuthenticationOptions, String) | Creates a new context object. |
Properties
Name | Description | |
---|---|---|
Options | (Inherited from BaseContext<TOptions>.) |
|
OwinContext | (Inherited from BaseContext<TOptions>.) |
|
RedirectUri | Gets or Sets the URI used for the redirect operation. |
|
Request | (Inherited from BaseContext<TOptions>.) |
|
Response | (Inherited from BaseContext<TOptions>.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Cookies Namespace
Return to top