Skip to main content
All docs
V25.1
  • DigestCalculator(HashAlgorithmType) Constructor

    SECURITY NOTE

    Using weak or outdated hash algorithms (such as SHA-1) may allow threat actors to manipulate or predict hash values. Use modern, secure alternatives (such as SHA-256 or stronger).

    Initializes a new instance of the DigestCalculator class with specified settings.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public DigestCalculator(
        HashAlgorithmType algorithm
    )

    Parameters

    Name Type Description
    algorithm HashAlgorithmType

    The hashing algorithm.

    See Also