| 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 protected abstract 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 external cache.
See Also