Enum PdfDigitalSignatureHashAlgorithmCore

PdfDigitalSignatureHashAlgorithmCore enumeration

Specifies digital hash algorithm used by digital signature.

public enum PdfDigitalSignatureHashAlgorithmCore

Values

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

See Also