Click or drag to resize

SerializedCachePersistorBaseSaveInternal Method

Serialize and save signature session item to the external cache.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected override void SaveInternal(
	CacheItem cacheItem
)

Parameters

cacheItem
Type: ASDSoft.WebSigner.Server.CacheCacheItem
Cache item with signature session a expiration.
See Also