I am using JwaWinCrypt from http://sourceforge.net/projects/jedi-apilib/
for including certificate in web service, but when I try to access "PCCERT_CONTEXT" by using JwaWinCrypt.pas in my Form, it doesn't find PCCERT_CONTEXT or CERT_CONTEXT or any other values for that matter. I don't know what am I doing wrong, considering everywhere I looked they just included that pas in "uses" and it worked. This is just driving me crazy because I cannot figure it out.
Thank you for any help!
You can find them declared in unit
Soap.Win.CertHelper
for XE2+.Versions before that is in unit
CertHelper.pas
.