vdsNotExpired property

int vdsNotExpired

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

Implementation

set vdsNotExpired(int value) => _handle.ref.VdsNotExpired = value;