Enum PdfDigitalSignatureHashAlgorithm
Enum PdfDigitalSignatureHashAlgorithm
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies a digital hash algorithm used by a digital signature.
public enum PdfDigitalSignatureHashAlgorithm
Fields
RipeMD160 = 3
RIPEMD-160 hash algorithm.
Sha256 = 0
SHA-256 hash algorithm.
Sha384 = 1
SHA-384 hash algorithm.
Sha512 = 2
SHA-512 hash algorithm.