How does RestSharp add a client certificate to an Https request? My code is not working.
public static IRestResponse<User> AsyncHttpRequestLogIn(string path, string method, object obj) { var client = new RestClient(Constants.BASE_URL + path);
c # ssl x509certificate restsharp
Rabbit
source share