Skip to main content
All docs
V23.2

IDigestCalculator Interface

Allows you to calculate a digest from a stream.

Namespace: DevExpress.Office.DigitalSignatures

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public interface IDigestCalculator

The following members return IDigestCalculator objects:

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