verifiesGovernance property

bool verifiesGovernance

Indicates whether the governance certification chain is verified. Hint: Default value is true.

throws BiosealException An error has occurred during Bioseal Library execution.

Implementation

bool get verifiesGovernance => getVerifiesGovernance();
void verifiesGovernance=(bool value)

Implementation

set verifiesGovernance(bool value) => setVerifiesGovernance(value);