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 類別表示。

適用於

另請參閱