Purpose of attaching a certificate to the HttpWebRequest

110 views Asked by At

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.

1

There are 1 answers

0
FlyingBird On
https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest(v=vs.110).aspx

please read the remarks section especially on this page.

hope this page is helpful