I am implementing a crawler, and to login to the system I will do the crawle, I need to inform what is the certificate that will be used to authenticate the user, ie is not informed a user and password, the certificate is the user and password.
Currently it is possible to enter the site using chrome, where the site uses the "chrome.certificateProvider" ( https://developer.chrome.com/extensions/certificateProvider ) component. In C#, how can I simulate this component, so that the crawler automatically selects the certificate?