System.Security.Claims 네임스페이스
클레임, 클레임 기반 ID 및 클레임 기반 보안 주체를 나타내는 클래스를 비롯하여 .NET에서 클레임 기반 ID를 구현하는 클래스를 포함합니다. Contains classes that implement claims-based identity in .NET, including classes that represent claims, claims-based identities, and claims-based principals.
클래스
AuthenticationInformation |
제목에 대한 토큰을 만들 때 인증 기관이 어설션했다는 인증 정보를 포함합니다.Contains the authentication information that an authority asserted when creating a token for a subject. |
AuthenticationTypes |
AuthenticationType 속성에 대한 인증 형식을 정의합니다.Defines authentication types for the AuthenticationType property. |
AuthorizationContext |
권한 부여 이벤트의 컨텍스트 정보를 제공합니다.Provides context information of an authorization event. 여기에는 호출자를 나타내는 주체, 요청 중인 리소스 및 수행 중인 작업이 포함됩니다.This includes the principal that represents the caller, the resource that is being requested, and the action that is being performed. |
Claim |
클레임을 나타냅니다.Represents a claim. |
ClaimProperties |
Properties 속성에 포함된 속성의 키를 정의합니다.Defines the keys for properties contained in the Properties property. |
ClaimsAuthenticationManager |
클레임 인증 관리자에 대한 기본 구현을 정의합니다.Defines the base implementation for a claims authentication manager. 클레임 인증 관리자는 실행이 애플리케이션 코드에 도달하기 전에 수신 주체에서 클레임 컬렉션에 처리 로직(필터링, 유효성 검사, 확장)을 적용하기 위한 장소를 클레임 처리 파이프라인에 제공합니다.The claims authentication manager provides a place in the claims processing pipeline for applying processing logic (filtering, validation, extension) to the claims collection in the incoming principal before execution reaches your application code. |
ClaimsAuthorizationManager |
클레임 권한 부여 관리자에 대한 기본 구현을 정의합니다.Defines the base implementation for a claims authorization manager. |
ClaimsIdentity |
클레임 기반 ID를 나타냅니다.Represents a claims-based identity. |
ClaimsPrincipal |
여러 클레임 기반 ID를 지원하는 IPrincipal 구현입니다.An IPrincipal implementation that supports multiple claims-based identities. |
ClaimTypes |
제목에 할당할 수 있는 잘 알려진 클레임 형식에 대한 상수를 정의합니다.Defines constants for the well-known claim types that can be assigned to a subject. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
ClaimValueTypes |
OASIS 및 W3C에 의해 정의되는 형식 URI에 따라 클레임 값 형식을 정의합니다.Defines claim value types according to the type URIs defined by W3C and OASIS. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
DynamicRoleClaimProvider |
이 클래스에 의해 노출되는 단일 메서드인 AddDynamicRoleClaims(ClaimsIdentity, IEnumerable<Claim>)은 사용되지 않습니다.The single method, AddDynamicRoleClaims(ClaimsIdentity, IEnumerable<Claim>), exposed by this class is obsolete. ClaimsAuthenticationManager 개체를 사용하여 ClaimsIdentity 개체에 클레임을 추가할 수 있습니다.You can use a ClaimsAuthenticationManager object to add claims to a ClaimsIdentity object. |