次の方法で共有


ClaimsIdentityCollection メンバー

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 から継承)

このページのトップへ

明示的なインターフェイスの実装

  名前 説明
  System.Collections.IEnumerable.GetEnumerator  

このページのトップへ

関連項目

参照

ClaimsIdentityCollection クラス
Microsoft.IdentityModel.Claims 名前空間

Copyright © 2008 by Microsoft Corporation. All rights reserved.