다음을 통해 공유


ClaimCollection 클래스

Represents a collection of claims.

네임스페이스: Microsoft.IdentityModel.Claims
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    Dim instance As ClaimCollection

구문

‘선언
<DefaultMemberAttribute("Item")> _
Public Class ClaimCollection
    Implements IList(Of Claim), ICollection(Of Claim), _
    IEnumerable(Of Claim), IEnumerable
[DefaultMemberAttribute("Item")] 
public class ClaimCollection : IList<Claim>, ICollection<Claim>, 
    IEnumerable<Claim>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class ClaimCollection : IList<Claim^>, ICollection<Claim^>, 
    IEnumerable<Claim^>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class ClaimCollection implements IList<Claim>, 
    ICollection<Claim>, IEnumerable<Claim>, IEnumerable
DefaultMemberAttribute("Item") 
public class ClaimCollection implements IList<Claim>, 
    ICollection<Claim>, IEnumerable<Claim>, IEnumerable

설명

Represents a collection of Claims associated with a single subject.

Adding a Claim to a ClaimCollection implicitly associates that Claim with the subject associated with the collection by calling the Claim.SetSubject method.

Removing a claim from a ClaimCollection implicitly removes this association by also calling the Claim.SetSubject method.

상속 계층 구조

System.Object
  Microsoft.IdentityModel.Claims.ClaimCollection

스레드 안전성

이 유형의 공용 정적(Visual Basic에서는 Shared) 멤버는 모두 스레드로부터 안전합니다.인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

참고 항목

참조

ClaimCollection 멤버
Microsoft.IdentityModel.Claims 네임스페이스