IDigestCalculator Interface
Allows you to calculate a digest from a stream.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Pdf.v22.1.Core.dll
Declaration
Remarks
The IDigestCalculator interface allows you to implement a custom class to compute a digest value. Refer to the How to: Use a Custom Signer Class to Apply Signatures to the PDF Document repository for a code example.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IDigestCalculator interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.