SignRequestItem Class |
Namespace: ASDSoft.WebSigner.Server.Api
[DataContractAttribute] public sealed class SignRequestItem
The SignRequestItem type exposes the following members.
| Name | Description | |
|---|---|---|
| SignRequestItem | Initializes a new instance of the SignRequestItem class |
| Name | Description | |
|---|---|---|
| ApplicationContentId |
Unique application ID of content.
| |
| Content |
Content for signing encoded to text presentation.
| |
| ContentType |
Content type (e.g. Text, Hash-Base64, BinaryData-Base64, Pdf-Base64, Xml-Base64, ...). Use API method GetSupportedContentTypes for getting possible values.
| |
| DocumentSigning |
Configuration for signing content of type document.
| |
| HashAlgorithm |
Hash algorithm name used for signing.
| |
| Title |
Content title for display in client window for selecting a certificate
|