How to validate an SSL certificate based on the root-certificates present in the local machine’s certificate store?
I run my program in standard user privilege and I assume the API ValidateServerCertificate
uses the root-certificates from the local user certificate store to validate the SSL certificate.