CookieSigningOutContext 클래스

정의

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSigningOutContext = class
    inherit BaseCookieContext
type CookieSigningOutContext = class
    inherit PropertiesContext<CookieAuthenticationOptions>
Public Class CookieSigningOutContext
Inherits BaseCookieContext
Public Class CookieSigningOutContext
Inherits PropertiesContext(Of CookieAuthenticationOptions)
상속
CookieSigningOutContext
상속

생성자

CookieSigningOutContext(HttpContext, AuthenticationScheme, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

CookieSigningOutContext(HttpContext, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

속성

CookieOptions

나가는 쿠키를 만드는 옵션입니다. SigningOut 호출 중에 교체되거나 변경될 수 있습니다.

HttpContext

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

(다음에서 상속됨 BaseContext)
HttpContext

컨텍스트입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Options

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

(다음에서 상속됨 BaseCookieContext)
Options

스키마와 연결된 인증 옵션을 가져옵니다.

(다음에서 상속됨 BaseContext<TOptions>)
Properties

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

Properties

AuthenticationProperties를 가져오거나 설정합니다.

(다음에서 상속됨 PropertiesContext<TOptions>)
Request

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

(다음에서 상속됨 BaseContext)
Request

요청입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Response

컨텍스트 개체가 에 전달됨 SigningOut(CookieSigningOutContext)

(다음에서 상속됨 BaseContext)
Response

응답입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Scheme

인증 체계입니다.

(다음에서 상속됨 BaseContext<TOptions>)

적용 대상