I have a application that needs to make a HTTPS connection to a server using certificates. Does any one know how i can make this, with
VB.net? I use HttpWebRequest and HttpWebResponse with HTTP connection. Can i use this classes also? How do I send the certificate with the request?
Thank You
José Campos