Search Unity

Question Web Requests - APIs used for securing data

Discussion in 'Windows' started by ZikW, May 13, 2023.

  1. ZikW

    ZikW

    Joined:
    Aug 18, 2014
    Posts:
    18
    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.
     

    Attached Files:

  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    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.
     
  3. ZikW

    ZikW

    Joined:
    Aug 18, 2014
    Posts:
    18
    Ok, I will try to put this somewhere in the documentation sent to Microsoft.

    Thanks!