Click or drag to resize

DocumentSigningInfo Class

Configuration for signing document.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ApiDocumentSigningInfo

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataContractAttribute]
public sealed class DocumentSigningInfo : IContentBuilderConfiguration

The DocumentSigningInfo type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAdesLevelName
PAdES/XAdES/CAdES level for signature. Valid values are None, Base, LtvOcsp.
Public propertyCode exampleTSAName
The configured TSA name used for the signature timestamp. If not specified, then timestamp will not be inserted.
Top
See Also