Hi Unity,
In Partner Center, we have to indicate which API is used to secure data for web requests. Could you tell me what Unity uses for UWP apps?
You can find a screenshot of the Partner Center page in the attachment.
Thanks,
Ronald.
Hi Unity,
In Partner Center, we have to indicate which API is used to secure data for web requests. Could you tell me what Unity uses for UWP apps?
You can find a screenshot of the Partner Center page in the attachment.
Thanks,
Ronald.
We use CertGetCertificateChain/CertVerifyCertificateChainPolicy APIs to verify TLS certificates and use libcurl to do the actual web requests on both Windows and UWP. We don’t use any of the 5 mentioned options in your screenshot on Windows/UWP.
Ok, I will try to put this somewhere in the documentation sent to Microsoft.
Thanks!