DocumentSignerLinkContentBuilderConfiguration Class |
Namespace: ASDSoft.WebSigner.Server.Content
[SerializableAttribute] public class DocumentSignerLinkContentBuilderConfiguration : IContentBuilderConfiguration
The DocumentSignerLinkContentBuilderConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentSignerLinkContentBuilderConfiguration |
Base constructor for manual configuration.
| |
| DocumentSignerLinkContentBuilderConfiguration(IDocumentSignerConfiguration) |
Constructor for pre-configuration from another configuration.
| |
| DocumentSignerLinkContentBuilderConfiguration(String) |
Constructor for pre-configuration from configuration file.
|
| Name | Description | |
|---|---|---|
| AdesLevel |
PAdES/XAdES/CAdES level for signature.
| |
| SignatureHashAlgorithm |
Hash algorithm for compute digest of document.
| |
| TSAName |
The configured TSA name used for the signature timestamp. If not specified, then timestamp will not be inserted.
|
| Name | Description | |
|---|---|---|
| CreateDocumentSignerConfiguration |
Convert this instance to a implementation of IDocumentSignerConfiguration |