manifestGovernanceValid property

int manifestGovernanceValid

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

Implementation

set manifestGovernanceValid(int value) => _handle.ref.ManifestGovernanceValid = value;