CmsInformationContentDigestMethod Property |
Gets the content digest method that will be used to create a message digest of the PDF file.
Note that this is currently only used for signature creation and not for reflecting the method used in a signed file.
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 PdfContentDigestMethod ContentDigestMethod { get; }
Public ReadOnly Property ContentDigestMethod As PdfContentDigestMethod
Get
Property Value
Type:
PdfContentDigestMethod
The content digest method to use to create a message digest of the PDF file.
See Also