Share via


TokenReplayDetectionElement.Enabled Propiedad

Definición

Obtiene o establece un valor que indica si debe realizarse la detección de la reproducción.

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 propiedad

true para realizar la detección de la reproducción; si no, false.

Atributos

Comentarios

Esta propiedad es opcional. Representa el enabled atributo del <tokenReplayDetection> elemento .

Se aplica a