Click or drag to resize

SignatureInfo Class

Information about signed content created in SignatureSession.
Inheritance Hierarchy

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public class SignatureInfo : SignatureBase

The SignatureInfo type exposes the following members.

Properties
  NameDescription
Public propertyId
Unique ID for request and response.
(Inherited from SignatureBase.)
Public propertySignatureRequest
Information about content for signing.
Public propertySignatureResponse
Information about created signature.
Top
See Also