Click or drag to resize

SignatureRequest Constructor (ContentBase, HashAlgorithmName)

Base constructor for create request data for content signing.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public SignatureRequest(
	ContentBase content,
	HashAlgorithmName hashAlgorithm
)

Parameters

content
Type: ASDSoft.WebSigner.ContentContentBase
Content for signing.
hashAlgorithm
Type: ASDSoft.WebSignerHashAlgorithmName
Hash algorithm name used for signing.
See Also