Represents a collection of subjects.

В следующей таблице перечислены члены, предоставляемые типом ClaimsIdentityCollection.

Открытый Конструкторы

  Имя Описание
ClaimsIdentityCollection Перегружено. Creates an instance of ClaimsIdentityCollection.
Вверх

Открытый Свойства

  Имя Описание
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.
Вверх

Открытый Методы (см. также Защищенный Методы)

  Имя Описание
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  Перегружено. (унаследовано от Object)
public method GetEnumerator Gets an enumerator for the collection.
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от 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  (унаследовано от 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  (унаследовано от Object)
Вверх

Защищенный Методы

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)
Вверх

Явные реализации интерфейса

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.