Skip to main content
All docs
V25.1
  • SignatureOptions.HashAlgorithm Property

    Gets or sets the algorithm used to hash the signature.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public HashAlgorithm HashAlgorithm { get; set; }

    Property Value

    Type Description
    HashAlgorithm

    The enumeration value that indicates the hash algorithm.

    Available values:

    Name Description
    SHA256

    SHA256 hashing algorithm.

    SHA384

    SHA384 hashing algorithm.

    SHA512

    SHA512 hashing algorithm.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to HashAlgorithm
    PdfExportOptions
    .SignatureOptions .HashAlgorithm
    See Also