PdfDigitalSignatureHashAlgorithm enumeration

PdfDigitalSignatureHashAlgorithm enumeration

Specifies digital hash algorithm used by digital signature.

The PdfDigitalSignatureHashAlgorithm type exposes the following members:

Fields

FieldDescription
SHA1SHA-1 hash algorithm.
SHA256SHA-256 hash algorithm.
SHA384SHA-384 hash algorithm.
SHA512SHA-512 hash algorithm.
MD5SHA-1 hash algorithm.

See Also