Click or drag to resize

ContentBaseT Constructor (SignatureType, Object)

Base constructor for inherited classes without known content at instance creation time.

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
protected ContentBase(
	SignatureType signatureType,
	Object applicationContentId = null
)

Parameters

signatureType
Type: ASDSoft.WebSignerSignatureType
Signature type (Data or Hash).
applicationContentId (Optional)
Type: SystemObject
Optional unique ID generated by hosting application identified content in hosting application (for example ID of document)
Remarks
Use for the signing of the document, that requires certificate included in signing content. In this case must be implemented lazy obtain data content in inhertited implementation of method ASDSoft.WebSigner.Server.SignerBase.GetContent.
See Also