verifiesGovernance property
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();
Implementation
set verifiesGovernance(bool value) => setVerifiesGovernance(value);