Click or drag to resize

VerificationResultGetDigestAlgorithm Method

Retrieves an enumeration value representing the digest algorithm used to sign the signature that is associated with this verification result. For DocTimeStamp signatures, returns the weakest algorithm found(between the CMSand message imprint digests).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public DigestAlgorithm GetDigestAlgorithm()

Return Value

Type: DigestAlgorithm
A DigestAlgorithm enumeration value
See Also