Click or drag to resize

CachePersistorBaseDefaultExpiration Property

Default time expiration for store signature session in the cache without interaction.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected TimeSpan DefaultExpiration { get; set; }

Property Value

Type: TimeSpan
Remarks
Default implementation return 4 hours.
See Also