Re: How to do Authentication using Public key ? (General questions)
Sugi,
do you know the password for the certificate? If so, you need to provide it along with Load method as a second parameter. i.e:
http1.Certificate.Load your_cert_path , your_cert_password
Can you try that?
Regards,
Damba