TokenReplayDetectionElement.Enabled Propriété

Définition

Obtient ou définit une valeur qui indique si la détection par reconstitution est exécutée.

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

Valeur de propriété

true pour exécuter la détection de relecture ; sinon, false.

Attributs

Remarques

Cette propriété est facultative. Il représente l’attribut enabled de l’élément <tokenReplayDetection> .

S’applique à