1

Anyone knows how to force the WebBrowser control to automatically select a specific client certificate and not open the pop up with client certificates list?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Oleiro
  • 69
  • 7

1 Answers1

1

I solved this issue changing the certificate purposes to "Disable all purposes for this certificate", so just the certificate with the desired purpose could be used by WebBrowser control.

Oleiro
  • 69
  • 7