Skip to main content
All docs
V25.1
  • HashAlgorithm Enum

    Lists values used to specify the signature’s secure hash algorithm (SHA) type.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum HashAlgorithm

    Members

    Name Description
    SHA256

    SHA256 hashing algorithm.

    SHA384

    SHA384 hashing algorithm.

    SHA512

    SHA512 hashing algorithm.

    Related API Members

    The following properties accept/return HashAlgorithm values:

    See Also