Skip to main content
All docs
V25.1
  • IDigestCalculator Interface

    Allows you to calculate a digest from a stream.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Pdf.v25.1.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