signingCertificateUsageAuthorized property

int signingCertificateUsageAuthorized

Indicates whether the signing certificate was legitimately authorized to sign the VDS.

throws BiosealException An error has occurred during Bioseal Library execution.

Implementation

int get signingCertificateUsageAuthorized => _handle.ref.SigningCertificateUsageAuthorized;
void signingCertificateUsageAuthorized=(int value)

Implementation

set signingCertificateUsageAuthorized(int value) => _handle.ref.SigningCertificateUsageAuthorized = value;