TokenReplayDetectionElement.ExpirationPeriod Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum amount of time before an item is considered expired and removed from the cache.
public:
 property TimeSpan ExpirationPeriod { TimeSpan get(); void set(TimeSpan value); };[System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("expirationPeriod", DefaultValue="10675199.02:48:05.4775807", IsRequired=false)]
public TimeSpan ExpirationPeriod { get; set; }[<System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("expirationPeriod", DefaultValue="10675199.02:48:05.4775807", IsRequired=false)>]
member this.ExpirationPeriod : TimeSpan with get, setPublic Property ExpirationPeriod As TimeSpanProperty Value
The maximum amount of time before an item is considered expired and removed from the cache.
- Attributes
Remarks
This property is optional. It represents the expirationPeriod attribute of the <tokenReplayDetection> element.