Simulink.ProtectedModel.suppressSignatureVerification
Syntax
Description
Simulink.ProtectedModel.suppressSignatureVerification(
suppresses the error that indicates whether the signature on the model
protectedModel
)protectedModel
is unverified. Note that this does not suppress the
error if the protected model was changed after it was signed. In this case, you cannot use
the protected model.
Simulink.ProtectedModel.suppressSignatureVerification(
disables or enables suppression for the model that you specify. To re-enable signature
verification, specify protectedModel
,suppressionSetting
)false
for the
suppressionSetting
. To enable signature verification for all
protected models, specify 'All'
for the model
argument. You cannot suppress verification for all models at once.
Examples
Input Arguments
Version History
Introduced in R2020b