BaseSignatureCmsInformation Property |
Gets or sets the CMS information used to sign the document including the signatures.
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; set; }
Public Property CmsInformation As CmsInformation
Get
Set
Property Value
Type:
CmsInformation
The CMS information used to sign the document.
Exceptions Exception | Condition |
---|
ArgumentNullException | value |
See Also