Click or drag to resize

IContentBuilderConfiguration Interface

Configuration for signing document.

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

The IContentBuilderConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAdesLevelName
PAdES/XAdES/CAdES level for signature. Valid values are None, Basic, LtvOcsp.
Public propertySignatureHashAlgorithm
Hash algorithm for compute digest of document.
Public propertyTSAName
The configured TSA name used for the signature timestamp. If not specified, then timestamp will not be inserted.
Top
See Also