Click or drag to resize

FileCachePersistorLoadSerialized Method

Load the serialized signature session from file.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected override 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 file.
See Also