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

プロパティ値

IdentityModelCachesElement

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

属性

注釈

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

適用対象

こちらもご覧ください