CookieApplyRedirectContext Class

Context passed when a Challenge, SignIn, or SignOut causes a redirect in the cookie middleware

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<CookieAuthenticationOptions>
    Microsoft.Owin.Security.Cookies.CookieApplyRedirectContext

Namespace:  Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

Syntax

'Declaration
Public Class CookieApplyRedirectContext _
    Inherits BaseContext(Of CookieAuthenticationOptions)
'Usage
Dim instance As CookieApplyRedirectContext
public class CookieApplyRedirectContext : BaseContext<CookieAuthenticationOptions>
public ref class CookieApplyRedirectContext : public BaseContext<CookieAuthenticationOptions^>
type CookieApplyRedirectContext =  
    class 
        inherit BaseContext<CookieAuthenticationOptions>
    end
public class CookieApplyRedirectContext extends BaseContext<CookieAuthenticationOptions>

The CookieApplyRedirectContext type exposes the following members.

Constructors

  Name Description
Public method CookieApplyRedirectContext

Top

Properties

  Name Description
Public property Options (Inherited from BaseContext<TOptions>.)
Public property OwinContext (Inherited from BaseContext<TOptions>.)
Public property RedirectUri
Public property Request (Inherited from BaseContext<TOptions>.)
Public property Response (Inherited from BaseContext<TOptions>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Security.Cookies Namespace