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

# XNetworkingThumbprint

> XNetworkingThumbprint

# XNetworkingThumbprint

証明書の種類、サムプリント、サムプリント サイズを定義します。

## 構文

```cpp theme={null}
typedef struct XNetworkingThumbprint {  
    XNetworkingThumbprintType thumbprintType;  
    size_t thumbprintBufferByteCount;  
    uint8_t* thumbprintBuffer;  
} XNetworkingThumbprint  
```

### メンバー

*thumbprintType*\
Type: [XNetworkingThumbprintType](/reference/networking/xnetworking/enums/xnetworkingthumbprinttype)

サムプリントの証明書の種類を示します。

*thumbprintBufferByteCount*\
Type: size\_t

サムプリント バッファーのサイズを示します。

*thumbprintBuffer*\
Type: uint8\_t\*

証明書サムプリント情報を含むバッファー。

## 解説

この構造体は、証明書の種類、サムプリント、サムプリント サイズを定義します。証明書のサムプリントは、[XNetworkingQuerySecurityInformationForUrlAsync](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlasync) 関数を呼び出して取得します。Microsoft Game Development Kit (GDK) タイトルにおけるネットワーク情報については、[ネットワーク情報の取得](/build/console-features/networking/initialization-connectivity-networking) を参照してください。

## 要件

**ヘッダー:** XNetworking.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリ本体および XBOX Series 本体

## 関連項目

[XNetworking](/reference/networking/xnetworking/xnetworking_members)


## Related topics

- [XNetworkingThumbprintType](/ja-jp/reference/networking/xnetworking/enums/xnetworkingthumbprinttype.md)
- [XNetworkingSecurityInformation](/ja-jp/reference/networking/xnetworking/structs/xnetworkingsecurityinformation.md)
- [XNetworking](/ja-jp/reference/networking/xnetworking/xnetworking_members.md)
- [GameCertificateDeployed](/ja-jp/services/playfab/api-references/events/data-types/gamecertificatedeployed.md)
- [XNetworkingConfigurationSetting](/ja-jp/reference/networking/xnetworking/enums/xnetworkingconfigurationsetting.md)
