Click or drag to resize

PdfHashAlgorithm Enumeration

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

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public enum PdfHashAlgorithm
Members
Member nameValueDescription
Unknown0 The hash algorithm is unknown.
MD51 The MD5 cryptographic hash algorithm that produces a hash whose size is 128 bits (16 bytes).
SHA12 The SHA1 cryptographic hash algorithm that produces a hash whose size is 160 bits (20 bytes).
RIPEMD1603 The RIPEMD160 cryptographic hash algorithm that produces a hash whose size is 160 bits (20 bytes).
SHA2564 The SHA256 cryptographic hash algorithm that produces a hash whose size is 256 bits (32 bytes).
SHA3845 The SHA384 cryptographic hash algorithm that produces a hash whose size is 384 bits (48 bytes).
SHA5126 The SHA512 cryptographic hash algorithm that produces a hash whose size is 512 bits (64 bytes).
See Also