Share via


IdentityConfigurationElement.Caches プロパティ

定義

この ID 構成要素に関連付けられた 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

プロパティ値

この identity 構成要素に対するトークン再生キャッシュおよびセッション セキュリティ トークン キャッシュを構成する要素。

属性

注釈

要素の下に <caches> 構成されている要素に <identityConfiguration> 対応します。

適用対象

こちらもご覧ください