Click or drag to resize

IContentBuilder Interface

Interface for special content with supporting build content for signing from document.

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

The IContentBuilder type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Configuration for signing document
Top
Methods
  NameDescription
Public methodBuildContent
Build content for signing from document stored in this instance
Public methodOpenSignedDocumentRead
Open stream for read final signed document.
Public methodSaveSignatureToDocument
Save signature to document prepared by BuildContent(HashAlgorithmName, X509Certificate2).
Top
Remarks
Usually implemented by document content with supporting internal store of signature, for example PDF, XML, Office, CMS.
See Also