Using certificate
Posted: Sun 03 Feb 2013 15:02
In our app, where we today use CAPICOM, we have the following code:
WinApi.InternetSetOption(
AData, INTERNET_OPTION_CLIENT_CERT_CONTEXT, PCertContext, Sizeof(CERT_CONTEXT))
I am investigating the possibility to change to the SecureBridge implementation of CryptoAPI. If I use a TScCryptoAPIStorage to get a certificate - what is the "PCertContext" equivalent?
/Anders
WinApi.InternetSetOption(
AData, INTERNET_OPTION_CLIENT_CERT_CONTEXT, PCertContext, Sizeof(CERT_CONTEXT))
I am investigating the possibility to change to the SecureBridge implementation of CryptoAPI. If I use a TScCryptoAPIStorage to get a certificate - what is the "PCertContext" equivalent?
/Anders