Aspose::Page::XPS::Presentation::Pdf::PdfDigitalSignatureHashAlgorithm enum
PdfDigitalSignatureHashAlgorithm enum
Specifies digital hash algorithm used by digital signature.
enum class PdfDigitalSignatureHashAlgorithm
Values
| Name | Value | Description |
|---|---|---|
| Sha1 | 0 | SHA-1 hash algorithm. |
| Sha256 | 1 | SHA-256 hash algorithm. |
| Sha384 | 2 | SHA-384 hash algorithm. |
| Sha512 | 3 | SHA-512 hash algorithm. |
| Md5 | 4 | SHA-1 hash algorithm. |
See Also
- Namespace Aspose::Page::XPS::Presentation::Pdf
- Library Aspose.Page for C++