ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner.Server.Api.Cache
ISignResultPersistor Interface
ISignResultPersistor Methods
Add Method
Remove Method
ISignResultPersistor
Add Method
Add new sign result of ended signature session to store.
Namespace:
ASDSoft.WebSigner.Server.Api.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
Copy
void
Add
(
string
sessionId
,
SignResult
signResult
)
Parameters
sessionId
Type:
System
String
Session ID
signResult
Type:
ASDSoft.WebSigner.Server.Api
SignResult
Sign result
See Also
Reference
ISignResultPersistor Interface
ASDSoft.WebSigner.Server.Api.Cache Namespace