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.