strictBarcodeDigitalSignatureCheck property
If the certificates required for performing the Digital signature check are missing, this parameter if enabled will make the Barcode format check failed.
Implementation
bool? get strictBarcodeDigitalSignatureCheck =>
_strictBarcodeDigitalSignatureCheck;
Implementation
set strictBarcodeDigitalSignatureCheck(bool? val) {
_strictBarcodeDigitalSignatureCheck = val;
_set({"strictBarcodeDigitalSignatureCheck": val});
}