TokenReplayDetectionElement::Enabled Property
.NET Framework (current version)
Gets or sets a value that indicates if replay detection should be performed.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("enabled", IsRequired = false, DefaultValue = false)] property bool Enabled { bool get(); void set(bool value); }
This property is optional. It represents the enabled attribute of the <tokenReplayDetection> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: