> ## 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.

# XNetworkingQuerySecurityInformationForUrlUtf16AsyncResult

> XNetworkingQuerySecurityInformationForUrlUtf16AsyncResult

# XNetworkingQuerySecurityInformationForUrlUtf16AsyncResult

[XNetworkingQuerySecurityInformationForUrlUtf16Async](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16async) 함수의 버퍼 결과를 가져옵니다.

## 구문

```cpp theme={null}
HRESULT XNetworkingQuerySecurityInformationForUrlUtf16AsyncResult(
         XAsyncBlock* asyncBlock,
         size_t securityInformationBufferByteCount,
         size_t* securityInformationBufferByteCountUsed,
         uint8_t* securityInformationBuffer,
         XNetworkingSecurityInformation** securityInformation
)
```

### 매개 변수

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

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

*securityInformationBufferByteCount*   \_In\_\
형식: size\_t

결과 버퍼에 할당할 크기(바이트 단위)입니다. 이 데이터는 [XNetworkingQuerySecurityInformationForUrlUtf16AsyncResultSize](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16asyncresultsize) 함수를 호출하여 얻습니다. 또는 큰 결과 버퍼를 미리 할당해 두었다면, 미리 할당된 버퍼의 크기를 전달할 수 있습니다.

*securityInformationBufferByteCountUsed*   \_Out\_opt\_\
형식: size\_t\*

실제 결과 버퍼의 크기(바이트 단위)에 대한 포인터입니다.

*securityInformationBuffer*   \_Out\_writes\_bytes\_to\_(securityInformationBufferByteCount,\*securityInformationBufferByteCountUsed)\
형식: uint8\_t\*

지문(thumbprint) 결과가 포함된 버퍼에 대한 포인터입니다.

*securityInformation*   \_Outptr\_\
형식: [XNetworkingSecurityInformation](/reference/networking/xnetworking/structs/xnetworkingsecurityinformation)\*\*

Network Security Allow List (NSAL)에서 반환된 인증서 지문 목록에 대한 포인터입니다.

### 반환 값

형식: HRESULT

HRESULT 성공 또는 오류 코드입니다.

## 설명

이 함수는 `XNetworkingQuerySecurityInformationForUrlUtf16Async` 함수를 호출하여 버퍼 결과를 가져옵니다. 결과 버퍼에 할당된 바이트 수는 *securityInformationBufferByteCount* 포인터를 사용하여 결정됩니다. 결과 버퍼의 실제 바이트 수는 *securityInformationBufferByteCountUsed* 포인터를 사용하여 결정됩니다. 지문 결과와 NSAL에서 반환된 인증서 지문 목록은 *securityInformationBuffer* 포인터와 *securityInformation* 포인터로 결정됩니다. Microsoft Game Development Kit (GDK) 타이틀의 네트워크 정보에 대해서는 [네트워크 정보 검색](/build/console-features/networking/initialization-connectivity-networking)을 참조하세요.

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

## 요구 사항

**헤더:** XNetworking.h

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

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

## 함께 보기

[HTTP 및 웹 소켓](/build/console-features/networking/web-requests/http-networking)\
[XNetworkingQuerySecurityInformationForUrlAsyncResult](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlasyncresult)\
[XNetworking](/reference/networking/xnetworking/xnetworking_members)


## Related topics

- [XNetworkingQuerySecurityInformationForUrlUtf16Async](/ko/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16async.md)
- [XNetworkingQuerySecurityInformationForUrlAsyncResult](/ko/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlasyncresult.md)
- [XNetworking](/ko/reference/networking/xnetworking/xnetworking_members.md)
- [GDK용 Unity C# API 래퍼](/ko/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XNetworkingQuerySecurityInformationForUrlUtf16AsyncResultSize](/ko/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlutf16asyncresultsize.md)
