> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XNetworkingQuerySecurityInformationForUrlUtf16Async

> XNetworkingQuerySecurityInformationForUrlUtf16Async

# XNetworkingQuerySecurityInformationForUrlUtf16Async

XBOX Live 지원 타이틀에 대해 Universal Developer Portal에서 구성된 URL과 연결된 보안 정보를 검색합니다.

## 구문

```cpp theme={null}
HRESULT XNetworkingQuerySecurityInformationForUrlUtf16Async(
         const wchar_t* url,
         XAsyncBlock* asyncBlock
)
```

### 매개 변수

*url*   \_In\_z\_\
형식: wchar\_t\*

인증서 지문 목록을 검색하는 URL 엔드포인트입니다.

*asyncBlock*   \_Inout\_\
형식: [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)\*

[XAsyncRun](/reference/system/xasync/functions/xasyncrun) 함수에 전달되는 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 구조체에 대한 포인터입니다.

### 반환 값

형식: HRESULT

비동기 호출의 HRESULT 성공 또는 오류 코드입니다.

## 설명

이 함수는 Universal Developer Portal을 통해 타이틀에 대해 구성된 URL과 연결된 인증서에 대한 비동기 요청을 시작합니다. 이를 통해 XBOX Live 지원 Microsoft Game Development Kit (GDK) 타이틀이 [Windows HTTP Services (WinHTTP)](https://learn.microsoft.com/windows/desktop/winhttp/winhttp-start-page) API와 함께 사용될 때 사용자 지정 타이틀별 서비스 엔드포인트에 대한 인증서 고정(certificate pinning)을 수행할 수 있습니다.

<Note>XBOX Live 서비스 엔드포인트에 사용자 지정 웹 요청을 할 때는 XBOX Services API (XSAPI) 라이브러리가 인증서 고정을 자동으로 수행하도록 하세요.</Note>

이 메서드는 호출 프로세스 내의 로컬 상태를 조사하고 빠르게 반환하므로, 시간에 민감한 컨텍스트에서 호출해도 안전합니다.

## 요구 사항

**헤더:** XNetworking.h

**라이브러리:** xgameruntime.lib

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 개념 문서

* [WinHTTP 개요](/build/console-features/networking/web-requests/intro-winhttp)

## 함께 보기

[네트워크 정보 검색](/build/console-features/networking/initialization-connectivity-networking)\
[XNetworkingQuerySecurityInformationForUrlUtf16AsyncResult](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16asyncresult)\
[XNetworking](/reference/networking/xnetworking/xnetworking_members)


## Related topics

- [XNetworkingQuerySecurityInformationForUrlUtf16AsyncResult](/ko/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16asyncresult.md)
- [XNetworkingQuerySecurityInformationForUrlUtf16AsyncResultSize](/ko/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16asyncresultsize.md)
- [XNetworkingSecurityInformation](/ko/reference/networking/xnetworking/structs/xnetworkingsecurityinformation.md)
- [XNetworking](/ko/reference/networking/xnetworking/xnetworking_members.md)
- [WinHTTP 개요](/ko/build/console-features/networking/web-requests/intro-winhttp.md)
