AuthenticationModuleElementCollection 類別
本文內容
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示驗證模組組態項目的容器 (Container)。 此類別無法獲得繼承。
public ref class AuthenticationModuleElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Net.Configuration.AuthenticationModuleElement))]
public sealed class AuthenticationModuleElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Net.Configuration.AuthenticationModuleElement))>]
type AuthenticationModuleElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class AuthenticationModuleElementCollection
Inherits ConfigurationElementCollection
- 繼承
- 屬性
這個集合會保存組態項目的實例 authenticationModules
,用來指定註冊的模組,以驗證與 WebRequest 類別 WebClient 提出的要求。
ICollection. |
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
Of |
根據指定的型別來篩選 IEnumerable 的項目。 |
As |
啟用查詢的平行化作業。 |
As |
將 IEnumerable 轉換成 IQueryable。 |
產品 | 版本 |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |