BaseSignature Constructor |
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
)
Protected Sub New (
cmsInfo As CmsInformation,
isVisible As Boolean
)
Parameters
- cmsInfo
- Type: Atalasoft.PdfDoc.DigitalSignaturesCmsInformation
The CMS information. - isVisible
- Type: SystemBoolean
if set to true the signature will be visible.
See Also