次の方法で共有


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> 対応します。

適用対象