| CachePersistorBaseLoad Method |
Load signature session from cache.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public abstract SignatureSession Load(
string sessionId
)
Parameters
- sessionId
- Type: SystemString
The SessionId of signature session which get from cache. If signature session not found in cache, return .
Return Value
Type:
SignatureSessionSignature session stored in cache.
See Also