Skip to main content
All docs
V24.1

DigestCalculator(HashAlgorithmType) Constructor

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

Namespace: DevExpress.Office.DigitalSignatures

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public DigestCalculator(
    HashAlgorithmType algorithm
)

Parameters

Name Type Description
algorithm HashAlgorithmType

The hashing algorithm.

See Also