signingCertificateUsageAuthorized property
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;
Implementation
set signingCertificateUsageAuthorized(int value) => _handle.ref.SigningCertificateUsageAuthorized = value;