Click or drag to resize

ISignResultPersistor Interface

Interface for imeplementation of store SignResult

Namespace:  ASDSoft.WebSigner.Server.Api.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface ISignResultPersistor

The ISignResultPersistor type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add new sign result of ended signature session to store.
Public methodRemove
Get and remove sign result for ended signature session
Top
See Also