TokenReplayDetectionElement.Enabled Propriedade

Definição

Recebe ou define um valor que indica se deve ser realizada a deteção de repetição.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false, IsRequired=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false, IsRequired=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de Propriedade

true para realizar a deteção de repetições; caso contrário, false.

Atributos

Observações

Esta propriedade é opcional. Representa o enabled atributo do <tokenReplayDetection> elemento.

Aplica-se a