PdfCertificationCmsInformation Property |
Gets the CMS information for signer of the PDF document, if signed using CMS.
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public CmsInformation CmsInformation { get; }
Public ReadOnly Property CmsInformation As CmsInformation
Get
Property Value
Type:
CmsInformation
The CMS information.
See Also