Partager via


Membres ClaimsIdentityCollection

Represents a collection of subjects.

Les tableaux suivants répertorient les membres exposés par le type ClaimsIdentityCollection.

Public Constructeurs

  Nom Description
  ClaimsIdentityCollection Surchargé. Creates an instance of ClaimsIdentityCollection.

Haut

Public Propriétés

  Nom Description
public property Count Gets the number of elements in the collection.
public property IsReadOnly Gets whether the collection is read-only.
public property Item Gets or sets the element at the specified index of the collection.

Haut

Public Méthodes

(voir également Protégé Méthodes)

  Nom Description
public method Add Adds the specified IClaimsIdentity to the collection.
public method AddRange Adds the specified collection of IClaimsIdentity to the collection.
public method Clear Clears the collection.
public method Contains Checks whether the given IClaimsIdentity is in the collection.
public method Copy Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentityCollection object copied from this object
public method CopyTo Copies the given set of IClaimsIdentity from the given array starting at arrayIndex.
public method Equals  Surchargé. (hérité de Object)
public method GetEnumerator Gets an enumerator for the collection.
public method GetHashCode  (hérité de Object)
public method GetType  (hérité de Object)
public method IndexOf Determines the index of a specific IClaimsIdentity object.
public method Insert Inserts a T:Microsoft.IdentityModel.Claims.IClaimsIdentity at the specified index.
public methodstatic ReferenceEquals  (hérité de Object)
public method Remove Removes the specified T:Microsoft.IdentityModel.Claims.IClaimsIdentity.
public method RemoveAt Removes the IClaimsIdentity at the specified index.
public method ToString  (hérité de Object)

Haut

Protégé Méthodes

  Nom Description
protected method Finalize  (hérité de Object)
protected method MemberwiseClone  (hérité de Object)

Haut

Implémentation d'interface explicite

  Nom Description
  System.Collections.IEnumerable.GetEnumerator  

Haut

Voir aussi

Référence

Classe ClaimsIdentityCollection
Espace de noms Microsoft.IdentityModel.Claims

Copyright © 2008 Microsoft Corporation.Tous droits réservés.