Click or drag to resize

SignatureRequest Class

Request data for content signing.
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 SignatureRequest : SignatureBase

The SignatureRequest type exposes the following members.

Constructors
  NameDescription
Public methodSignatureRequest(LoginContent)
Special constructor for create request with login message text for user login by certificate signing.
Public methodSignatureRequest(ContentBase, HashAlgorithmName)
Base constructor for create request data for content signing.
Top
Properties
  NameDescription
Public propertyContent
Content for signing.
Public propertyHashAlgorithm
Hash algorithm name used for signing.
Public propertyId
Unique ID for request and response.
(Inherited from SignatureBase.)
Top
Remarks
You can add one or more instances of SignatureRequest to ASDSoft.WebSigner.Server.SignatureSession for the signing of one or more contents. All requests sended to client for signing.
See Also