verifiesCrlUpdates property

bool verifiesCrlUpdates

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();
void verifiesCrlUpdates=(bool value)

Implementation

set verifiesCrlUpdates(bool value) => setVerifiesCrlUpdates(value);