certificationChainVerified property
Indicates whether the certification chain has been verified.
throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
int get certificationChainVerified => _handle.ref.CertificationChainVerified;
Implementation
set certificationChainVerified(int value) => _handle.ref.CertificationChainVerified = value;