TokenReplayDetectionElement.Enabled 屬性

定義

取得或設定值,這個值表示是否應該執行重新執行偵測。

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false, IsRequired=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false, IsRequired=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

屬性值

true 表示要執行重新執行偵測,否則為 false

屬性

備註

這是選用屬性。 它代表 enabled 項目的 <tokenReplayDetection> 屬性。

適用於