AuthenticationModuleElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示驗證模組的型別資訊。 此類別無法獲得繼承。
public ref class AuthenticationModuleElement sealed : System::Configuration::ConfigurationElement
public sealed class AuthenticationModuleElement : System.Configuration.ConfigurationElement
type AuthenticationModuleElement = class
inherit ConfigurationElement
Public NotInheritable Class AuthenticationModuleElement
Inherits ConfigurationElement
- 繼承
備註
這個類別會對應至 type
authenticationModules 的 add> Element 屬性<, (網路設定) 組態專案。
這個類別是用來指定註冊的模組,以驗證向 WebRequest 和 WebClient 類別提出的要求。
這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
建構函式
AuthenticationModuleElement() |
初始化 AuthenticationModuleElement 類別的新執行個體。 |
AuthenticationModuleElement(String) |
使用指定的型別資訊,初始化 AuthenticationModuleElement 類別的新執行個體。 |