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
)
Public Sub New (
in_level As VerificationOptionsSecurityLevel
)
public:
VerificationOptions(
[InAttribute] VerificationOptionsSecurityLevel in_level
)
pdftron.PDF.VerificationOptions = function(in_level);
Parameters
- in_level
- Type: pdftron.PDFVerificationOptionsSecurityLevel
the general security level to use. Sets other security settings internally.
See Also