Класс ClaimsIdentityCollection
Represents a collection of subjects.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Dim instance As ClaimsIdentityCollection
Синтаксис
'Декларация
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class ClaimsIdentityCollection
Implements IList(Of IClaimsIdentity), ICollection(Of IClaimsIdentity), _
IEnumerable(Of IClaimsIdentity), IEnumerable
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class ClaimsIdentityCollection : IList<IClaimsIdentity>, ICollection<IClaimsIdentity>,
IEnumerable<IClaimsIdentity>, IEnumerable
[SerializableAttribute]
[DefaultMemberAttribute(L"Item")]
public ref class ClaimsIdentityCollection : IList<IClaimsIdentity^>, ICollection<IClaimsIdentity^>,
IEnumerable<IClaimsIdentity^>, IEnumerable
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class ClaimsIdentityCollection implements IList<IClaimsIdentity>,
ICollection<IClaimsIdentity>, IEnumerable<IClaimsIdentity>, IEnumerable
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
См. также
Справочник
ClaimsIdentityCollection Члены
Пространство имен Microsoft.IdentityModel.Claims