ClaimsIdentityCollection 成员

Represents a collection of subjects.

下表列出了 ClaimsIdentityCollection 类型公开的成员。

Public 构造函数

  名称 说明
  ClaimsIdentityCollection 已重载。 Creates an instance of ClaimsIdentityCollection.

页首

Public 属性

  名称 说明
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 方法

(另请参阅 Protected 方法)

  名称 说明
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 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)

页首

显式接口实现

  名称 说明
  System.Collections.IEnumerable.GetEnumerator  

页首

请参见

参考

ClaimsIdentityCollection 类
Microsoft.IdentityModel.Claims 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。