Discussion:
Except InternetGetCertByURL is there other API to get certificate?
(too old to reply)
myzmlm
2008-03-27 18:31:14 UTC
Permalink
I know there is an undocumented API InternetGetCertByURL for accessing
certificate. But I always get 0 from this call. There is another API
InternetQueryOption(hFile,INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT,
&sInfo, &dwSize)) used to get Certificate information, but not
certificate itself. Anyone knows other API used to get certificate
from web site, espicially in BHO? Thanks.
Volodymyr M. Shcherbyna
2008-03-31 11:46:07 UTC
Permalink
Tell us what are you tring to accomplish?
--
V.
This posting is provided "AS IS" with no warranties, and confers no
rights.
Post by myzmlm
I know there is an undocumented API InternetGetCertByURL for accessing
certificate. But I always get 0 from this call. There is another API
InternetQueryOption(hFile,INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT,
&sInfo, &dwSize)) used to get Certificate information, but not
certificate itself. Anyone knows other API used to get certificate
from web site, espicially in BHO? Thanks.
Loading...