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