TokenReplayDetectionElement.Enabled Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of detectie van opnieuw afspelen moet worden uitgevoerd.

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

Waarde van eigenschap

true om replaydetectie uit te voeren; anders, false.

Kenmerken

Opmerkingen

Deze eigenschap is optioneel. Het vertegenwoordigt het enabled kenmerk van het <tokenReplayDetection> element.

Van toepassing op