SecurityTokenHandlerSetElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態檔中 <identityConfiguration>
專案下的所有 <securityTokenHandlers>
專案集合。 無法繼承這個類別。
public ref class SecurityTokenHandlerSetElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.IdentityModel.Configuration.SecurityTokenHandlerElementCollection), AddItemName="securityTokenHandlers", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class SecurityTokenHandlerSetElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.IdentityModel.Configuration.SecurityTokenHandlerElementCollection), AddItemName="securityTokenHandlers", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
type SecurityTokenHandlerSetElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class SecurityTokenHandlerSetElementCollection
Inherits ConfigurationElementCollection
- 繼承
- 屬性
備註
每個 <securityTokenHandlers>
項目都會以 SecurityTokenHandlerElementCollection 物件表示。 這個類別代表這些物件的集合。
建構函式
SecurityTokenHandlerSetElementCollection() |
初始化 SecurityTokenHandlerSetElementCollection 類別的新實例。 |
屬性
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
將 ConfigurationElementCollection 複製到陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別篩選 IEnumerable 的專案。 |
AsParallel(IEnumerable) |
啟用查詢的平行處理。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |