SecurityTokenHandlerConfigurationElement.Caches プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このトークン ハンドラー構成要素に関連付けられた IdentityModelCachesElement を取得または設定します。
public:
property System::IdentityModel::Configuration::IdentityModelCachesElement ^ Caches { System::IdentityModel::Configuration::IdentityModelCachesElement ^ get(); void set(System::IdentityModel::Configuration::IdentityModelCachesElement ^ value); };
[System.Configuration.ConfigurationProperty("caches", IsRequired=false)]
public System.IdentityModel.Configuration.IdentityModelCachesElement Caches { get; set; }
[<System.Configuration.ConfigurationProperty("caches", IsRequired=false)>]
member this.Caches : System.IdentityModel.Configuration.IdentityModelCachesElement with get, set
Public Property Caches As IdentityModelCachesElement
プロパティ値
このトークン ハンドラー構成要素に対するトークン再生キャッシュおよびセッション セキュリティ トークン キャッシュを構成する要素。
- 属性
注釈
要素の下に <caches>
構成されている要素に <securityTokenHandlerConfiguration>
対応します。