Why is this an issue?

The specified encoding name in a `pragma protect encoding directive is not known or supported.

How to fix it

Code examples

Noncompliant code example

`pragma protect encoding=(enctype="foobar")

Compliant solution

`pragma protect encoding=(enctype="base64")