GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfHashAlgorithm Enum

    Namespace:
    GemBox.Pdf.Security
    Assembly:
    GemBox.Pdf.dll

    Represents a hash algorithm used in GemBox.Pdf cryptographic operations.

    • C#
    • VB.NET
    public enum PdfHashAlgorithm
    Public Enum PdfHashAlgorithm

    Fields

    SHA256

    The SHA256 cryptographic hash algorithm that produces a hash whose size is 256 bits (32 bytes).

    SHA384

    The SHA384 cryptographic hash algorithm that produces a hash whose size is 384 bits (48 bytes).

    SHA512

    The SHA512 cryptographic hash algorithm that produces a hash whose size is 512 bits (64 bytes).

    Unknown

    The hash algorithm is unknown.

    See Also
    PDF Specification ISO 32000-1:2008, Table 253 'Entries in a signature reference dictionary'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.