Click or drag to resize

SignResultItem Class

Result data of signing process item.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ApiSignResultItem

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

The SignResultItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleApplicationContentId
Unique application ID of signed content.
Public propertySignature
Base64 encoded RSA signature.
Public propertySignedDocument
Base64 encoded binarz data of signed document, if request content has document such as PDF, XML, .... Otherwise null/empty.
Top
See Also