IdentityModelCachesElement.TokenReplayCache 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定權杖重新播放快取的 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 類別表示。