Click or drag to resize

BaseDocumentCertification Constructor

Initializes a new instance of the BaseDocumentCertification 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 BaseDocumentCertification(
	CmsInformation cmsInfo,
	DocumentMDPAllowedChanges allowedChanges,
	bool isVisible
)

Parameters

cmsInfo
Type: Atalasoft.PdfDoc.DigitalSignaturesCmsInformation
The CMS information used to sign the document.
allowedChanges
Type: Atalasoft.PdfDoc.DigitalSignaturesDocumentMDPAllowedChanges
The allowed changes after signing.
isVisible
Type: SystemBoolean
if set to true if the signature is visible.
Exceptions
ExceptionCondition
ArgumentNullExceptioncmsInfo
ArgumentExceptionallowedChanges
See Also