Archived Forum Post

Index of archived forum posts

Question:

SignatureVerified fails

Aug 14 '13 at 10:04

We upgraded our application from .net 3.5 to 4.5. So we altough changed from ChilkatDotNet2.dll (9.3.2.0) to ChilkatDotNet45.dll (9.4.1.0). Now every call of the property SignatureVerified returns false. The property TrustedRoot is false too. If we run the old Version of the program (.net 35) everything works fine. The program runs on W2K8R2-machine with all updates / patches. On my Win7x64 developer-machine I could not reproduce the failure. Any idea? Could you please help.


Answer

LastErrorText? I would need more information than simply "SignatureVerified returns false"...


Answer

1) Please use <pre> tags to make the LastErrorText readable.

2) Please understand the basic concepts and idea for LastErrorText. Read this: http://www.cknotes.com/?p=423

3) You've provided me with the LastErrorText for the Cert object where the last method called or property accessed was Rfc822Name. This does not help. I would need to see the LastErrorText for the method call where the signature verification actually takes place.