Compartir a través de


ClaimCollection (Miembros)

Represents a collection of claims.

En las tablas siguientes se enumeran los miembros expuestos por el tipo ClaimCollection.

Público Constructores

  Nombre Descripción
  ClaimCollection Initializes an instance of a ClaimCollection with the associated subject.

Arriba

Público Propiedades

  Nombre Descripción
public property Count Gets the number of Claim objects available in this collection.
public property IsReadOnly Gets whether this collection is read-only.
public property Item Gets or sets the element at the specified index of the ClaimCollection.

Arriba

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
public method Add Adds a Claim to this collection, detaching it from its current collection.
public method AddRange Adds a set of Claims to the collection.
public method Clear Removes all Claims from this collection.
public method Contains Checks whether the given claim is in the collection.
public method CopyRange Adds a set of Claim objects to the collection without modifying the source objects.
public method CopyTo Copies the given set of Claims from the given array starting at arrayIndex.
public method CopyWithSubject Returns a new ClaimCollection object copied from this object.
public method Equals  Sobrecargado. (Se hereda de Object)
public method Exists Determines whether the ClaimCollection contains elements that match the conditions defined by the specified predicate.
public method FindAll Retrieves an ICollection<Claim> containing all the elements that match the conditions defined by the specified predicate.
public method GetEnumerator Gets an enumerator for the ClaimCollection.
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public method IndexOf Determines the index of a specific Claim object in the ClaimCollection.
public method Insert Inserts a Claim in the ClaimCollection at a specified index.
public methodstatic ReferenceEquals  (Se hereda de Object)
public method Remove Removes a claim from the ClaimCollection.
public method RemoveAt Removes a claim from the ClaimCollection at the specified index.
public method ToString  (Se hereda de Object)

Arriba

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method MemberwiseClone  (Se hereda de Object)

Arriba

Implementaciones de interfaz explícitas

  Nombre Descripción
  System.Collections.IEnumerable.GetEnumerator  

Arriba

Vea también

Referencia

ClaimCollection (Clase)
Microsoft.IdentityModel.Claims (Espacio de nombres)

Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.