IdentityModelCachesElement.SessionSecurityTokenCache プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セッション トークン キャッシュの Type を取得または設定します。
public:
property System::IdentityModel::Configuration::CustomTypeElement ^ SessionSecurityTokenCache { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("sessionSecurityTokenCache", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement SessionSecurityTokenCache { get; set; }
[<System.Configuration.ConfigurationProperty("sessionSecurityTokenCache", IsRequired=false)>]
member this.SessionSecurityTokenCache : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property SessionSecurityTokenCache As CustomTypeElement
プロパティ値
セッション トークン キャッシュの種類。 型は SessionSecurityTokenCacheから派生する必要があります。
- 属性
注釈
このプロパティはオプションです。 これは、<sessionSecurityTokenCache>で指定された<caches>要素に対応します。 セッション セキュリティ トークンの格納に使用するキャッシュの種類を指定します。 すべてのセッション トークン キャッシュは、次から派生する必要があります。 SessionSecurityTokenCache