governanceValid property
Indicates whether the governance that issued the VDS is valid.
throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
int get governanceValid => _handle.ref.GovernanceValid;
Implementation
set governanceValid(int value) => _handle.ref.GovernanceValid = value;