Click or drag to resize

SignRequestItem Class

Signing definitions and content for signing.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ApiSignRequestItem

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

The SignRequestItem type exposes the following members.

Constructors
  NameDescription
Public methodSignRequestItem
Initializes a new instance of the SignRequestItem class
Top
Properties
  NameDescription
Public propertyCode exampleApplicationContentId
Unique application ID of content.
Public propertyCode exampleContent
Content for signing encoded to text presentation.
Public propertyCode exampleContentType
Content type (e.g. Text, Hash-Base64, BinaryData-Base64, Pdf-Base64, Xml-Base64, ...). Use API method GetSupportedContentTypes for getting possible values.
Public propertyDocumentSigning
Configuration for signing content of type document.
Public propertyCode exampleHashAlgorithm
Hash algorithm name used for signing.
Public propertyCode exampleTitle
Content title for display in client window for selecting a certificate
Top
See Also