verifiesCrlUpdates property
Indicates whether the verification process should verify the next CRL update. Hint: Default value is true.
throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
bool get verifiesCrlUpdates => getVerifiesCrlUpdates();
Implementation
set verifiesCrlUpdates(bool value) => setVerifiesCrlUpdates(value);