Enum PdfDigitalSignatureHashAlgorithmCore
- Namespace
- Aspose.CAD.ImageOptions
- Assembly
- Aspose.CAD.dll
Specifies digital hash algorithm used by digital signature.
public enum PdfDigitalSignatureHashAlgorithmCore
Fields
Md5 = 4
SHA-1 hash algorithm.
Sha1 = 0
SHA-1 hash algorithm.
Sha256 = 1
SHA-256 hash algorithm.
Sha384 = 2
SHA-384 hash algorithm.
Sha512 = 3
SHA-512 hash algorithm.