SystemIdentityModelSection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態檔中的 <system.identityModel>
區段。 此類別無法獲得繼承。
public ref class SystemIdentityModelSection sealed : System::Configuration::ConfigurationSection
public sealed class SystemIdentityModelSection : System.Configuration.ConfigurationSection
type SystemIdentityModelSection = class
inherit ConfigurationSection
Public NotInheritable Class SystemIdentityModelSection
Inherits ConfigurationSection
- 繼承
備註
在區 <system.identityModel>
段中,可以定義多個身分識別組態,每個組態都有唯一的名稱和定義特定組態,例如 <identityConfiguration name="alternate" >
。 您可以使用 IdentityConfigurationElements 屬性來擷取識別模型區段中定義的識別組態專案集合。
如果未在識別組態專案上指定名稱,元素會定義預設身分識別組態。 默認身分識別組態一律用於被動同盟案例。 身分識別模型組態區段中只能有一個預設組態。 您可以使用 屬性來擷取 DefaultIdentityConfigurationElement 它。
建構函式
SystemIdentityModelSection() |
初始化 SystemIdentityModelSection 類別的新執行個體。 |
欄位
SectionName |
如同 Windows Identity Foundation (WIF) 所定義的組態區段的名稱;system.identityModel。 |