VerificationOptionsEnableOnlineRevocationChecking Method |
Enables / disables all online revocation checking modes.The default settings are that
online OCSP is turned onand online CRL is turned off, but the default CRL setting 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 EnableOnlineRevocationChecking(
bool in_on_or_off
)
Public Sub EnableOnlineRevocationChecking (
in_on_or_off As Boolean
)
public:
virtual void EnableOnlineRevocationChecking(
[InAttribute] bool in_on_or_off
) sealed
function EnableOnlineRevocationChecking(in_on_or_off);
Parameters
- in_on_or_off
- Type: SystemBoolean
in_on_or_off -- what setting to use.
See Also