XNetworkingQuerySecurityInformationForUrlUtf16Async
Retrieves security information associated with an URL as configured in the Universal Developer Portal for XBOX Live-enabled titles.Syntax
Parameters
url _In_z_Type: wchar_t* URL endpoint that retrieves the list of certificate thumbprints. asyncBlock _Inout_
Type: XAsyncBlock* Pointer to the XAsyncBlock structure that gets passed to the XAsyncRun function.
Return value
Type: HRESULT HRESULT success or error code of the async call.Remarks
This function starts an async request for the certificates associated with an URL configured for the title through the Universal Developer Portal. This allows XBOX Live-enabled Microsoft Game Development Kit (GDK) titles to perform certificate pinning for custom title-specific service endpoints when paired with the Windows HTTP Services (WinHTTP) API.When making custom web requests to the XBOX Live service endpoints, allow the XBOX Services API (XSAPI) library to automatically perform the certificate pinning.
Requirements
Header: XNetworking.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
Retrieving Network InformationXNetworkingQuerySecurityInformationForUrlUtf16AsyncResult
XNetworking
