I think you misunderstand my problem, I simply wants, my plugins call back function should be called from acrobat while signing the document rather than default digsig function.
The default digsig call back function calls the microsoft cryptographic APIs to get the certificate, signing the doc or verification of signature rather than my cryptographic APIs (which is card specific). e
I'm able to see Register/UnRegister() call when a PDF document is opened/closed and confirm that my plugin is loaded. However when I click on sign button there are no calls in my plugin. All my PubSec API's are successfully exported.
Am I missing any basic requirement in my plugin that shall enable for signing. Any help in this regard is much useful.
Regards,
Raut