NonceCache.CachingTimeSpan 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 timespan after which a nonce is deleted from the cache.
public:
property TimeSpan CachingTimeSpan { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan CachingTimeSpan { get; set; }
member this.CachingTimeSpan : TimeSpan with get, set
Public Property CachingTimeSpan As TimeSpan
Property Value
The maximum timespan after which a nonce is deleted from the cache. This value should be at least twice the maximum clock skew added to the replay window size.
Exceptions
An attempt to set a value that is less than Zero occurs.
-or-
An attempt to set a value greater than the allowed maximum occurs.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.