LocalClientSecuritySettingsElement.DetectReplays 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,這個值會指定偵測通道是否遭受重新執行攻擊與是否自動處理此問題。
public:
property bool DetectReplays { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=true)]
public bool DetectReplays { get; set; }
[<System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=true)>]
member this.DetectReplays : bool with get, set
Public Property DetectReplays As Boolean
屬性值
如果已偵測到並自動處理對通道的重新執行攻擊,則為 true
,否則為 false
。 預設為 false
。
- 屬性