Click or drag to resize

SerializedCachePersistorBaseLoad Method

Load and deserialize 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#
public override SignatureSession Load(
	string sessionId
)

Parameters

sessionId
Type: SystemString

Return Value

Type: SignatureSession
Signature session stored in external cache.
See Also