Represents a collection of subjects.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ClaimsIdentityCollection

Syntax

Visual Basic
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class ClaimsIdentityCollection
		Implements IList(Of IClaimsIdentity), ICollection(Of IClaimsIdentity), _
		IEnumerable(Of IClaimsIdentity), IEnumerable
C#
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class ClaimsIdentityCollection : IList<IClaimsIdentity>, ICollection<IClaimsIdentity>, 
		IEnumerable<IClaimsIdentity>, IEnumerable
C++
[SerializableAttribute] 
[DefaultMemberAttribute(L"Item")] 
public ref class ClaimsIdentityCollection : IList<IClaimsIdentity^>, ICollection<IClaimsIdentity^>, 
		IEnumerable<IClaimsIdentity^>, IEnumerable
J#
/** @attribute SerializableAttribute() */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public class ClaimsIdentityCollection implements IList<IClaimsIdentity>, 
		ICollection<IClaimsIdentity>, IEnumerable<IClaimsIdentity>, IEnumerable
JScript
SerializableAttribute 
DefaultMemberAttribute("Item") 
public class ClaimsIdentityCollection implements IList<IClaimsIdentity>, 
		ICollection<IClaimsIdentity>, IEnumerable<IClaimsIdentity>, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.IdentityModel.Claims.ClaimsIdentityCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also