Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Chilkat v11

warrenchu

Programmer
May 28, 2025
1
Chilkat v10.1.3 FindCertBySha1Thumbprint() is working fine. After upgrade v11, the FindCertBySha1Thumbprint is deprecated. I use FindCert() but get an 401 error. Does anyone help? I am already at admin.
 
To find a certificate by SHA1 thumbprint using Chilkat, you can use the LoadByThumbprint or FindCert methods, depending on the language you are using. The LoadByThumbprint method, available in languages like C# and C++, loads a certificate based on a thumbprint, while the FindCert method (available in C++ and other languages) searches within a certificate store and returns the certificate if found. Both methods require the SHA1 thumbprint, which can be a hexadecimal string
That's what google tells me.

It would be great, if you give more details about how you used FindCert to see why things went wrong for you.

This is Chilkats own example of using FindCert:

If you use Bill Andersons wrapper around the Chilkat classes, time to update, isn't it?
 
Last edited:

Part and Inventory Search

Sponsor

Back
Top