Method HttpClient():setCertificate() Foundation
Binds a client certificate from the Windows Certificate Store.
:setCertificate( <cCertificate> ) --> lSuccess
The logical value true (.T.) if the certificate could be set successfully, otherwise it returns false (.F.).
:setCertificate() binds a client certificate to this HTTP client object and allows client-side certificate authentication by the HTTP server. The function IsCertificateAvailable() can be used to check whether a certificate is available on the computer.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.