certificationChainVerified property

int certificationChainVerified

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

Implementation

set certificationChainVerified(int value) => _handle.ref.CertificationChainVerified = value;