Click or drag to resize

IDocumentPersistor Interface

Interface for implementation persisting of documents in Signature Context during signing process.

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

The IDocumentPersistor type exposes the following members.

Methods
  NameDescription
Public methodCreate
Create new persist stream for store document.
Public methodDelete
Delete stored document.
Public methodOpenRead
Open stream for reading persisted document.
Top
See Also