Public Methods (see also Protected Methods)

  Name 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  Overloaded. (Inherited from Object)
public method GetEnumerator Gets an enumerator for the collection.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from 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  (Inherited from 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  (Inherited from Object)

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Explicit Interface Implementations

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.