Click or drag to resize

SignatureResponse Class

Response data with created signatures on client sended to server.
Inheritance Hierarchy

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
[DataContractAttribute]
[ObfuscationAttribute(Exclude = true)]
public class SignatureResponse : SignatureBase

The SignatureResponse type exposes the following members.

Constructors
  NameDescription
Public methodSignatureResponse
Only for internal use.
Top
Properties
  NameDescription
Public propertyId
Unique ID for request and response.
(Inherited from SignatureBase.)
Public propertySignature
Created RSA signature.
Top
See Also