Disable custom plugin signature verification for my plugin
Hello,
I've developed a custom Acrobat Reader plugin for digital signature using a remote signature provider.
The signature part works as expected, but I have a problem with the signature validation after a successful signature.
By default Acrobat tries to validate a signature using my plugin and fails, but I don't wish to implement a signature validation in my plugin.
I want to fallback to Acrobat reader validation that works perfectly well.
The only way I was successful in doing this is by setting the following setting:
Verification Behaviour -> When Verifying -> Always use the default method: "Adobe Default security"

So my question is how can i achieve this programmatically in my plugin code?
Thank you in advance.
