ClaimsIdentityCollection メンバー
Represents a collection of subjects.
次の表に、ClaimsIdentityCollection 型によって公開されているメンバーを示します。
パブリック コンストラクター
名前 | 説明 | |
---|---|---|
ClaimsIdentityCollection | オーバーロードされています。 Creates an instance of ClaimsIdentityCollection. |
このページのトップへ
パブリック プロパティ
名前 | 説明 | |
---|---|---|
Count | Gets the number of elements in the collection. | |
IsReadOnly | Gets whether the collection is read-only. | |
Item | Gets or sets the element at the specified index of the collection. |
このページのトップへ
パブリック メソッド
(プロテクト メソッド も参照してください)
名前 | 説明 | |
---|---|---|
Add | Adds the specified IClaimsIdentity to the collection. | |
AddRange | Adds the specified collection of IClaimsIdentity to the collection. | |
Clear | Clears the collection. | |
Contains | Checks whether the given IClaimsIdentity is in the collection. | |
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentityCollection object copied from this object | |
CopyTo | Copies the given set of IClaimsIdentity from the given array starting at arrayIndex. | |
Equals | オーバーロードされています。 (Object から継承) | |
GetEnumerator | Gets an enumerator for the collection. | |
GetHashCode | (Object から継承) | |
GetType | (Object から継承) | |
IndexOf | Determines the index of a specific IClaimsIdentity object. | |
Insert | Inserts a T:Microsoft.IdentityModel.Claims.IClaimsIdentity at the specified index. | |
ReferenceEquals | (Object から継承) | |
Remove | Removes the specified T:Microsoft.IdentityModel.Claims.IClaimsIdentity. | |
RemoveAt | Removes the IClaimsIdentity at the specified index. | |
ToString | (Object から継承) |
このページのトップへ
プロテクト メソッド
名前 | 説明 | |
---|---|---|
Finalize | (Object から継承) | |
MemberwiseClone | (Object から継承) |
このページのトップへ
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
このページのトップへ
関連項目
参照
ClaimsIdentityCollection クラス
Microsoft.IdentityModel.Claims 名前空間
Copyright © 2008 by Microsoft Corporation. All rights reserved.