Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

IDigestCalculator Interface

Allows you to calculate a digest from a stream.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public interface IDigestCalculator

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.

See Also