VerificationOptionsEnableTrustVerification Method |
Sets a flag that can turn on or off the verification of the trust status of a digital signature.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void EnableTrustVerification(
bool in_on_or_off
)
Public Sub EnableTrustVerification (
in_on_or_off As Boolean
)
public:
virtual void EnableTrustVerification(
[InAttribute] bool in_on_or_off
) sealed
function EnableTrustVerification(in_on_or_off);
Parameters
- in_on_or_off
- Type: SystemBoolean
in_on_or_off -- A boolean.
See Also