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 クラスによって表されます。

適用対象

こちらもご覧ください