Freigeben über


ClaimsIdentityCollection Class

Represents a collection of subjects.

Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ClaimsIdentityCollection

Syntax

'Declaration
<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

Vererbungshierarchie

System.Object
  Microsoft.IdentityModel.Claims.ClaimsIdentityCollection

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

ClaimsIdentityCollection Members
Microsoft.IdentityModel.Claims Namespace