IdentityCookieOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ID 시스템에서 제공하는 쿠키 미들웨어를 구성하는 데 사용할 수 있는 모든 옵션을 나타냅니다.
public ref class IdentityCookieOptions
public class IdentityCookieOptions
type IdentityCookieOptions = class
Public Class IdentityCookieOptions
- 상속
-
IdentityCookieOptions
생성자
IdentityCookieOptions() |
IdentityCookieOptions의 새 인스턴스를 생성합니다. |
속성
ApplicationCookie |
애플리케이션 쿠키에 대한 옵션입니다. |
ApplicationCookieAuthenticationScheme |
애플리케이션 인증 쿠키를 식별하는 데 사용되는 체계를 가져옵니다. |
ExternalCookie |
외부 쿠키에 대한 옵션입니다. |
ExternalCookieAuthenticationScheme |
외부 인증 쿠키를 식별하는 데 사용되는 체계를 가져옵니다. |
TwoFactorRememberMeCookie |
두 가지 요소에 대한 옵션은 나를 쿠키를 기억합니다. |
TwoFactorRememberMeCookieAuthenticationScheme |
내 기억 상태를 저장하기 위한 2단계 인증 쿠키를 식별하는 데 사용되는 체계를 가져옵니다. |
TwoFactorUserIdCookie |
2단계 사용자 ID 쿠키에 대한 옵션입니다. |
TwoFactorUserIdCookieAuthenticationScheme |
라운드트립 사용자 ID에 대한 Two Factor 인증 쿠키를 식별하는 데 사용되는 체계를 가져옵니다. |