LocalClientSecuritySettingsElement.DetectReplays Propriedade

Definição

Obtém ou define um valor booliano que especifica se os ataques de reprodução contra o canal são detectados e tratados automaticamente.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=Mono.Cecil.CustomAttributeArgument)]
public bool DetectReplays { get; set; }
[<System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.DetectReplays : bool with get, set
Public Property DetectReplays As Boolean

Valor da propriedade

Boolean

true Se os ataques de repetição no canal forem detectados e tratados automaticamente; caso contrário, false .true if replay attacks against the channel are detected and dealt with automatically; otherwise, false. O padrão é false.The default is false.

Atributos

Aplica-se a