Aspose::TeX::Presentation::Pdf::PdfDigitalSignatureHashAlgorithm enum

PdfDigitalSignatureHashAlgorithm enum

Specifies digital hash algorithm used by digital signature.

enum class PdfDigitalSignatureHashAlgorithm

Values

NameValueDescription
Sha10SHA-1 hash algorithm.
Sha2561SHA-256 hash algorithm.
Sha3842SHA-384 hash algorithm.
Sha5123SHA-512 hash algorithm.
Md54SHA-1 hash algorithm.

See Also