CustomTypeElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示項目或屬性,用於指定組態檔中的自訂Type。 此類別無法獲得繼承。
public ref class CustomTypeElement sealed : System::IdentityModel::Configuration::ConfigurationElementInterceptor
public sealed class CustomTypeElement : System.IdentityModel.Configuration.ConfigurationElementInterceptor
type CustomTypeElement = class
inherit ConfigurationElementInterceptor
Public NotInheritable Class CustomTypeElement
Inherits ConfigurationElementInterceptor
- 繼承
備註
類別 CustomTypeElement 代表屬性或專案,指定組態檔中的自定義類型。 例如,用來指定宣告識別管理員的 claimsAuthenticationManager> 元素包含屬性,指定宣告驗證管理員的 ; 。<<claimsAuthenticationManager type="MyNamespace.CustomClaimsAuthenticationManager, MyAssembly"/>
Typetype
屬性IdentityConfigurationElement.ClaimsAuthenticationManager,表示在 identityConfiguration> 專案下<設定的這個專案,並設定的CustomTypeElement實例。
建構函式
CustomTypeElement() |
初始化 CustomTypeElement 類別的新執行個體。 |