CookieSignedInContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
생성자
속성
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>) |