Does anyone know how to make the WebBrowser control automatically select a specific client certificate and not open a pop-up window with a list of client certificates?
I solved this problem by changing the certificate’s goals to “Disable all goals for this certificate”, so that only the certificate with the desired purpose can be used by the WebBrowser control.