Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2008 Mar : Except InternetGetCertByURL is there other API to get certificate?
| Subject: | Except InternetGetCertByURL is there other API to get certificate? |
| Posted by: | "myzmlm" (myzm..@gmail.com) |
| Date: | Thu, 27 Mar 2008 11:31:14 -0700 (PDT) |
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.