SecurityTokenHandlerConfigurationElement.Caches プロパティ

定義

このトークン ハンドラー構成要素に関連付けられている 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>要素に対応します。

適用対象