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