PdfDigitalSignatureHashAlgorithm
PdfDigitalSignatureHashAlgorithm enumeration
Specifies digital hash algorithm used by digital signature.
public enum PdfDigitalSignatureHashAlgorithm
Values
Name | Value | Description |
---|---|---|
Sha1 | 0 |
Specifies a digital hash algorithm used by a digital signature. |
Sha256 | 1 |
Specifies a digital hash algorithm used by a digital signature. |
Sha384 | 2 |
Specifies a digital hash algorithm used by a digital signature. |
Sha512 | 3 |
Specifies a digital hash algorithm used by a digital signature. |
Md5 | 4 |
Specifies a digital hash algorithm used by a digital signature. |
See Also
- namespace Aspose.Tasks.Saving
- assembly Aspose.Tasks