Share via


IdentityModelCachesElement.TokenReplayCache プロパティ

定義

セッション再生キャッシュの Type を取得または設定します。

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ TokenReplayCache { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement TokenReplayCache { get; set; }
[<System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)>]
member this.TokenReplayCache : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property TokenReplayCache As CustomTypeElement

プロパティ値

トークン再生キャッシュの型。 型は、TokenReplayCache から派生する必要があります。

属性

注釈

このプロパティは省略可能です。 これは、 要素の下で <tokenReplayCache> 指定された要素に <caches> 対応します。 再生されたトークンの検出に使用するキャッシュの種類を指定します。 すべての再生キャッシュは、 から派生する必要があります TokenReplayCache

要素を使用して再生検出が <tokenReplayDetection> 有効になります。 この要素は、 クラスによって TokenReplayDetectionElement 表されます。

適用対象

こちらもご覧ください