SystemIdentityModelServicesSection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイルの <system.identityModel.services> セクションを表します。 このクラスは継承できません。
public ref class SystemIdentityModelServicesSection sealed : System::Configuration::ConfigurationSection
public sealed class SystemIdentityModelServicesSection : System.Configuration.ConfigurationSection
type SystemIdentityModelServicesSection = class
inherit ConfigurationSection
Public NotInheritable Class SystemIdentityModelServicesSection
Inherits ConfigurationSection
- 継承
注釈
<system.identityModel.services>セクションでは、WS-Federation プロトコルを使用して認証を構成します。 これには、 WSFederationAuthenticationModule (WSFAM) と SessionAuthenticationModule (SAM) を構成する要素が含まれています。
コンストラクター
| 名前 | 説明 |
|---|---|
| SystemIdentityModelServicesSection() |
SystemIdentityModelServicesSection クラスの新しいインスタンスを初期化します。 |
フィールド
| 名前 | 説明 |
|---|---|
| SectionName |
構成セクションの名前を定義する定数。"system.identityModel.services"。 |