Click or drag to resize

SignatureBase Class

Base class for transport signature request and response between server and client.
Inheritance Hierarchy

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

The SignatureBase type exposes the following members.

Constructors
  NameDescription
Protected methodSignatureBase
Base constructor for inherited classes.
Top
Properties
  NameDescription
Public propertyId
Unique ID for request and response.
Top
See Also