Click or drag to resize

StartupSettingsBaseCachePersistor Property

Custom implementation of cache persistor for store SignatureSession during process signing.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public CachePersistorBase CachePersistor { get; set; }

Property Value

Type: CachePersistorBase
Remarks
Default implementation is FileCachePersistor, if this property is set to . Another prepared implementations are MemoryCachePersistor and ClusterFileCachePersistor. For custom implementation of own cache persistor you can inherit from SerializedCachePersistorBase too.
See Also