VerificationOptionsEnableOnlineCRLRevocationChecking Method |
Enables / disables online CRL revocation checking.The default setting is
for it to be turned off, but this may change in future versions.
Note: CRL checking is off by default because the technology is inherently complicated
and resource - intensive, but may help improve verification rate when files are verified against
a recent reference - time(e.g.maximum security mode), because online CRLs will be valid within
that time.This mode will not be useful for old archival - type('LTV') documents
verified in archiving - and -compatibility security mode, because their online OCSPand /or CRL
responder servers may not be alive anymore.However, such LTV documents can be created
(if the CRL responder servers are still active) by enabling online checking, verifying, and then
embedding the data using DigitalSignatureField.EnableLTVOfflineVerification.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void EnableOnlineCRLRevocationChecking(
bool in_on_or_off
)
Public Sub EnableOnlineCRLRevocationChecking (
in_on_or_off As Boolean
)
public:
virtual void EnableOnlineCRLRevocationChecking(
[InAttribute] bool in_on_or_off
) sealed
function EnableOnlineCRLRevocationChecking(in_on_or_off);
Parameters
- in_on_or_off
- Type: SystemBoolean
in_on_or_off -- what setting to use
See Also