Click or drag to resize

VerificationOptions Constructor

Constructs a set of options for digital signature verification.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public VerificationOptions(
	VerificationOptionsSecurityLevel in_level
)

Parameters

in_level
Type: pdftron.PDFVerificationOptionsSecurityLevel
the general security level to use. Sets other security settings internally.
See Also