CookieSignedInContext 클래스

정의

ICookieAuthenticationEvents 메서드 SignedIn에 전달된 컨텍스트 개체입니다.

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

생성자

CookieSignedInContext(HttpContext, AuthenticationScheme, ClaimsPrincipal, AuthenticationProperties, CookieAuthenticationOptions)

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

CookieSignedInContext(HttpContext, CookieAuthenticationOptions, String, ClaimsPrincipal, AuthenticationProperties)

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

속성

AuthenticationScheme

쿠키를 만드는 AuthenticationScheme의 이름

HttpContext

ICookieAuthenticationEvents 메서드 SignedIn에 전달된 컨텍스트 개체입니다.

(다음에서 상속됨 BaseContext)
HttpContext

컨텍스트입니다.

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

ICookieAuthenticationEvents 메서드 SignedIn에 전달된 컨텍스트 개체입니다.

(다음에서 상속됨 BaseCookieContext)
Options

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

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

나가는 쿠키로 변환된 클레임을 포함합니다.

Principal

사용자 클레임이 ClaimsPrincipal 포함된 을 가져옵니다.

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

나가는 쿠키에 포함된 추가 데이터를 포함합니다.

Properties

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

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

ICookieAuthenticationEvents 메서드 SignedIn에 전달된 컨텍스트 개체입니다.

(다음에서 상속됨 BaseContext)
Request

요청입니다.

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

ICookieAuthenticationEvents 메서드 SignedIn에 전달된 컨텍스트 개체입니다.

(다음에서 상속됨 BaseContext)
Response

응답입니다.

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

인증 체계입니다.

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

적용 대상