TokenReplayDetectionElement::ExpirationPeriod Property

.NET Framework (current version)
 

Gets or sets the maximum amount of time before an item is considered expired and removed from the cache.

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

public:
[ConfigurationPropertyAttribute("expirationPeriod", IsRequired = false, 
	DefaultValue = "10675199.02:48:05.4775807")]
property TimeSpan ExpirationPeriod {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

The maximum amount of time before an item is considered expired and removed from the cache.

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

.NET Framework
Available since 4.5
Return to top
Show: