| 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 protected override byte[] LoadSerialized(
string sessionId
)
Parameters
- sessionId
- Type: SystemString
The SessionId of the signature session loaded from cache.
Return Value
Type:
ByteSerialized signature session stored in file.
See Also