IdentityCookieOptions 클래스

정의

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 인증 쿠키를 식별하는 데 사용되는 체계를 가져옵니다.

적용 대상