What is the benefit or use of adding a client certificate to the HttpWebRequest ?
To be more specific,
Request.ClientCertificates.Add(someCertificate); // what is it's use ?
where Request is the HttpWebRequest object.
What is the benefit or use of adding a client certificate to the HttpWebRequest ?
To be more specific,
Request.ClientCertificates.Add(someCertificate); // what is it's use ?
where Request is the HttpWebRequest object.
please read the remarks section especially on this page.
hope this page is helpful