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>
、複数の ID 構成を定義できます。それぞれが一意の名前を持ち、特定の構成を定義します (例: <identityConfiguration name="alternate" >
)。 ID モデル セクションで定義されている ID 構成要素のコレクションは、 プロパティを使用 IdentityConfigurationElements して取得できます。
ID 構成要素に名前が指定されていない場合、要素は既定の ID 構成を定義します。 既定の ID 構成は、パッシブ フェデレーション シナリオに常に使用されます。 ID モデル構成セクションに存在する既定の構成は 1 つだけです。 このプロパティは、 プロパティを使用 DefaultIdentityConfigurationElement して取得できます。
コンストラクター
SystemIdentityModelSection() |
SystemIdentityModelSection クラスの新しいインスタンスを初期化します。 |
フィールド
SectionName |
Windows Identity Foundation (WIF) で定義されている構成セクションの名前。system.identityModel。 |
プロパティ
メソッド
適用対象
こちらもご覧ください
.NET