Click or drag to resize

DigitalSignatureFieldVerify Method

Verifies this cryptographic digital signature in the manner specified by the VerificationOptions. EXPERIMENTAL. Digital signature verification is undergoing active development, but currently does not support a number of features. If we are missing a feature that is important to you, or if you have files that do not act as expected, please contact us using one of the following forms: https://www.pdftron.com/form/trial-support/ or https://www.pdftron.com/form/request/

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public VerificationResult Verify(
	VerificationOptions in_verification_options
)

Parameters

in_verification_options
Type: pdftron.PDFVerificationOptions
verification options

Return Value

Type: VerificationResult
A VerificationResult object containing various information about the verifiability of the cryptographic digital signature.
See Also