Hi All,
I am developing an application which hosts the web brwoser control in the windows form using c#. The web browser control is used to connect to the SSL server. However with the invalid certificate, it keeps popup the security alert window which is annoying.
Is there a way to bypass this popup and allow the connection to go through. I try the IcertificatePolicy but it seems to me it just applies to the .Net framework and won't affect the browser setting. I try to use InternetQueryOption and InternetSetOption from wininet.h, but that only applies to the last transaction and I don't know how to get to the internet handle the activeX control is using.
Does anyone know if there is a way to do that
Thanks,