| SerializedCachePersistorBaseSaveSerialized Method |
The specific implementation of external cache for saving the serialized signature session.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax protected abstract void SaveSerialized(
string sessionId,
DateTime validToUtc,
byte[] serializedSession
)
Parameters
- sessionId
- Type: SystemString
The SessionId of the signature session saved to cache. - validToUtc
- Type: SystemDateTime
Absolute UTC time when item expired in the cache. - serializedSession
- Type: SystemByte
Serialized signature session.
See Also