How to force a WebBrowser control to select one specific client certificate?

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?

0
source share
1 answer

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.

+1
source

All Articles