CookieRedirectContext 클래스

정의

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

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
상속
CookieRedirectContext

생성자

CookieRedirectContext(HttpContext, CookieAuthenticationOptions, String, AuthenticationProperties)

새 컨텍스트 개체를 만듭니다.

속성

HttpContext

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseContext)
Options

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseCookieContext)
Properties

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

RedirectUri

리디렉션 작업에 사용되는 URI를 가져오거나 설정합니다.

Request

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseContext)
Response

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseContext)

적용 대상