LocalClientSecuritySettingsElement.DetectReplays Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli attacchi di tipo replay contro il canale vengono rilevati e gestiti automaticamente.

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

Valore della proprietà

Boolean

true se gli attacchi di tipo replay contro il canale vengono rilevati e gestiti automaticamente. In caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a