lotlGovernanceValid property

int lotlGovernanceValid

Indicates whether the LoTL governance that issued the VDS is valid.

throws BiosealException An error has occurred during Bioseal Library execution.

Implementation

int get lotlGovernanceValid => _handle.ref.LotlGovernanceValid;
void lotlGovernanceValid=(int value)

Implementation

set lotlGovernanceValid(int value) => _handle.ref.LotlGovernanceValid = value;