TokenReplayDetectionElement.Enabled Właściwość

Definicja

Pobiera lub ustawia wartość, która wskazuje, czy należy przeprowadzić wykrywanie powtórzeń.

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

Wartość właściwości

true w celu przeprowadzenia wykrywania powtarzania; w przeciwnym razie , false.

Atrybuty

Uwagi

Ta właściwość jest opcjonalna. enabled Reprezentuje atrybut <tokenReplayDetection> elementu .

Dotyczy