TokenReplayDetectionElement::Enabled Property

.NET Framework (current version)
 

Gets or sets a value that indicates if replay detection should be performed.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("enabled", IsRequired = false, 
	DefaultValue = false)]
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to perform replay detection; otherwise, false.

This property is optional. It represents the enabled attribute of the <tokenReplayDetection> element.

.NET Framework
Available since 4.5
Return to top
Show: