Freigeben über


ClaimsIdentityCollection Members

Represents a collection of subjects.

In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ ClaimsIdentityCollection eingeblendet werden:

Öffentlich Konstruktoren

  Name Beschreibung
  ClaimsIdentityCollection Überladen. Creates an instance of ClaimsIdentityCollection.

Seitenanfang

Öffentlich Eigenschaften

  Name Beschreibung
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.

Seitenanfang

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
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  Überladen. (Geerbt von Object)
public method GetEnumerator Gets an enumerator for the collection.
public method GetHashCode  (Geerbt von Object)
public method GetType  (Geerbt von 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  (Geerbt von 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  (Geerbt von Object)

Seitenanfang

Geschützt Methoden

  Name Beschreibung
protected method Finalize  (Geerbt von Object)
protected method MemberwiseClone  (Geerbt von Object)

Seitenanfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
  System.Collections.IEnumerable.GetEnumerator  

Seitenanfang

Siehe auch

Referenz

ClaimsIdentityCollection Class
Microsoft.IdentityModel.Claims Namespace

Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.