CookieRedirectContext Class

Definition

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

public ref class CookieRedirectContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public class CookieRedirectContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
type CookieRedirectContext = class
    inherit BaseCookieContext
Public Class CookieRedirectContext
Inherits BaseCookieContext
Inheritance
CookieRedirectContext

Constructors

CookieRedirectContext(HttpContext, CookieAuthenticationOptions, String, AuthenticationProperties)

Creates a new context object.

Properties

HttpContext (Inherited from BaseContext)
Options (Inherited from BaseCookieContext)
Properties
RedirectUri

Gets or Sets the URI used for the redirect operation.

Request (Inherited from BaseContext)
Response (Inherited from BaseContext)

Applies to