Click or drag to resize

SerializedCachePersistorBaseLoadSerialized Method

The specific implementation of external cache for loading the serialized signature session from external cache.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected abstract byte[] LoadSerialized(
	string sessionId
)

Parameters

sessionId
Type: SystemString
The SessionId of the signature session loaded from cache.

Return Value

Type: Byte
Serialized signature session stored in external cache.
See Also