ClaimCollection (Clase)
Represents a collection of claims.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As ClaimCollection
Sintaxis
'Declaración
<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
Notas
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.
Jerarquía de herencia
System.Object
Microsoft.IdentityModel.Claims.ClaimCollection
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
ClaimCollection (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)