Click or drag to resize

SignRequestItemDocumentSigning Property

Configuration for signing content of type document.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataMemberAttribute(Name = "documentSigning")]
public DocumentSigningInfo DocumentSigning { get; set; }

Property Value

Type: DocumentSigningInfo
See Also