Click or drag to resize

BaseSignature Constructor

Initializes a new instance of the BaseSignature class.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected BaseSignature(
	CmsInformation cmsInfo,
	bool isVisible
)

Parameters

cmsInfo
Type: Atalasoft.PdfDoc.DigitalSignaturesCmsInformation
The CMS information.
isVisible
Type: SystemBoolean
if set to true the signature will be visible.
See Also