vdsNotExpired property
Indicates whether the VDS is still valid, ie. it has not expired.
throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
int get vdsNotExpired => _handle.ref.VdsNotExpired;
Implementation
set vdsNotExpired(int value) => _handle.ref.VdsNotExpired = value;