IdentityModelCachesElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイル内の <caches> 要素を表します。 このクラスは継承できません。
public ref class IdentityModelCachesElement sealed : System::Configuration::ConfigurationElement
public sealed class IdentityModelCachesElement : System.Configuration.ConfigurationElement
type IdentityModelCachesElement = class
inherit ConfigurationElement
Public NotInheritable Class IdentityModelCachesElement
Inherits ConfigurationElement
- 継承
注釈
<caches>要素は、WIF のキャッシュ サービスを構成します。 セッション セキュリティ トークン キャッシュの種類と、使用するトークン再生キャッシュの種類を登録します。
<identityConfiguration>要素のサービス レベルで指定することも、<securityTokenHandlerConfiguration>要素のセキュリティ トークン ハンドラー コレクションで指定することもできます。
Caches クラスと IdentityConfigurationElement クラスの SecurityTokenHandlerConfigurationElement プロパティは、IdentityModelCachesElementのインスタンスです。 構成ファイルが読み取られた後、構成済みのキャッシュは IdentityModelCaches クラスによって表されます。
コンストラクター
| 名前 | 説明 |
|---|---|
| IdentityModelCachesElement() |
IdentityModelCachesElement クラスの新しいインスタンスを初期化します。 |