LocalServiceSecuritySettingsElement.DetectReplays Property

Definition

Gets or sets a Boolean value that specifies whether replay attacks against the channel are detected and dealt with automatically.

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

Property Value

true if replay attacks against the channel are detected and dealt with automatically; otherwise, false. The default is false.

Attributes

Applies to