共用方式為


SecurityTokenHandlerConfigurationElement.TokenReplayDetection 屬性

定義

取得或設定與這個權杖處理常式組態項目相關聯的 TokenReplayDetectionElement

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

屬性值

此項目會指定是否啟用語彙基元重新執行偵測,以及指定語彙基元重新執行快取中語彙基元的最大有效期限。

屬性

適用於