Hi, I'm using a RadPdfViewer to show a Pdf.
If the pdf is signed the signatures panel is showed, but the signature is always showed as not valid, even if it is valid.
The error is that the "The signer's identity isunknown".
I tried also to call the SignatureField.Signature.Validate() method and it throws an exception like this:
No signature validation handler was found for the subfilter: ETSI.CAdES.detached
Any suggestion?
Thanks.
Hello Giovanni,
I am sorry to hear you are experiencing unexpected results. I would gladly like to help you with this case however without having any resources at my disposal which I can examine, my assistance is very limited.With that in mind, in order for me to get a better context and understanding of the scenario you are experiencing, would you be able to share with us a sample document you are using to reproduce this behavior? This way I can try to achieve the same results on my end, investigate the issue further, try to identify the cause, and get back to you with details and feedback.
That said, please keep in mind that this is a Q&A Forum and any attached resources will be publicly accessible to everyone. If you have any concerns please feel free to open a separate ticket for PdfProcessing regarding this issue where we can continue our conversations in private.
Thank you in advance for your cooperation.
Regards,
Yoan
Hi Yoan, thanks for your reply.
I've attached a simple project that loads a pdf signed file when started.
The file is included in the project (FileSigned.pdf), so you can simply launch the project.
Regards.