Microsoft.AspNetCore.Authentication.Cookies 네임스페이스

쿠키 기반 인증을 지원하는 형식을 포함합니다.

클래스

BaseCookieContext

쿠키 기반 인증을 지원하는 형식을 포함합니다.

ChunkingCookieManager

쿠키 길이로 제한되는 쿠키를 처리합니다. 응답을 위해 긴 쿠키를 세분화하고 요청에서 다시 어셈블합니다.

CookieAuthenticationDefaults

쿠키 기반 인증 처리기와 관련된 기본값

CookieAuthenticationEvents

쿠키 인증 중에 발생한 이벤트를 구독할 수 있습니다.

CookieAuthenticationHandler

쿠키 기반 인증 처리기에 대한 구현입니다.

CookieAuthenticationMiddleware

쿠키 기반 인증을 지원하는 형식을 포함합니다.

CookieAuthenticationOptions

CookieAuthenticationOptions에 대한 구성 옵션입니다.

CookieRedirectContext

Challenge, SignIn 또는 SignOut으로 인해 쿠키 미들웨어에서 리디렉션이 발생할 때 전달되는 컨텍스트입니다.

CookieSignedInContext

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

CookieSigningInContext

컨텍스트 개체가 에 SigningIn(CookieSigningInContext)전달됩니다.

CookieSigningOutContext

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

CookieSlidingExpirationContext

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

CookieValidatePrincipalContext

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

PostConfigureCookieAuthenticationOptions

모든 CookieAuthenticationOptions에 대한 기본값을 설정하는 데 사용됩니다.

인터페이스

ICookieAuthenticationEvents

에서 인증 프로세스를 개발자가 CookieAuthenticationMiddleware 제어할 수 있도록 호출하는 콜백 메서드를 지정합니다. />

ICookieManager

이는 CookieAuthenticationMiddleware에서 요청 및 응답 쿠키를 처리하는 데 사용됩니다. 청크 분할과 같은 복잡한 작업을 허용하도록 일반 쿠키 API에서 추상화됩니다.

ITicketStore

이렇게 하면 클라이언트에 간단한 식별자 키만 보내면서 서버에서 ID 정보를 보존하는 추상 스토리지 메커니즘이 제공됩니다. 이는 대용량 ID를 쿠키로 직렬화하는 문제를 완화하는 데 가장 일반적으로 사용됩니다.

설명

쿠키 기반 인증 사용에 대한 자세한 내용은 ASP.NET Core ID 없이 쿠키 인증 사용을 참조하세요.