governanceValid property

int governanceValid

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;
void governanceValid=(int value)

Implementation

set governanceValid(int value) => _handle.ref.GovernanceValid = value;