Click or drag to resize

IContentBuilderTConfiguration 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<TConfiguration> : IContentBuilder
where TConfiguration : IContentBuilderConfiguration

Type Parameters

TConfiguration
Type of configuration class.

The IContentBuilderTConfiguration 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
(Inherited from IContentBuilder.)
Public methodOpenSignedDocumentRead
Open stream for read final signed document.
(Inherited from IContentBuilder.)
Public methodSaveSignatureToDocument
Save signature to document prepared by BuildContent(HashAlgorithmName, X509Certificate2).
(Inherited from IContentBuilder.)
Top
See Also