caCertificateVerified property
Indicates whether the CA certificate has been verified.
throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
int get caCertificateVerified => _handle.ref.CaCertificateVerified;
Implementation
set caCertificateVerified(int value) => _handle.ref.CaCertificateVerified = value;