tslGovernanceValid property

int tslGovernanceValid

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

Implementation

set tslGovernanceValid(int value) => _handle.ref.TslGovernanceValid = value;