共用方式為


IdentityConfigurationElement.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

屬性值

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

屬性

備註

對應至 <tokenReplayDetection> 專案下設定的專案 <identityConfiguration>

適用於

另請參閱