Represents a collection of subjects.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As ClaimsIdentityCollection

Синтаксис

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

Иерархия наследования

System.Object
  Microsoft.IdentityModel.Claims.ClaimsIdentityCollection

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также