Click or drag to resize

PDFDocVerifySignedDigitalSignatures Method

Attempts to verify all signed cryptographic digital signatures in the document, ignoring unsigned signatures.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public SignaturesVerificationStatus VerifySignedDigitalSignatures(
	VerificationOptions in_opts
)

Parameters

in_opts
Type: pdftron.PDFVerificationOptions
Verification options

Return Value

Type: SignaturesVerificationStatus
an enumeration value representing the state of the document's signatures
See Also