次の方法で共有


LocalServiceSecuritySettingsElement.DetectReplays プロパティ

定義

チャネルに対するリプレイ攻撃を検出し、自動的に処理するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

Boolean

チャネルに対するリプレイ攻撃が検出され、それが自動的に処理される場合は true。それ以外の場合は false。 既定値は、false です。

属性

適用対象