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

# XNetworkingThumbprintType

> XNetworkingThumbprintType

# XNetworkingThumbprintType

Defines types of certificate thumbprints used in a title.

## Syntax

```cpp theme={null}
enum class XNetworkingThumbprintType : uint32_t   
{  
    Leaf = 0,  
    Issuer = 1,  
    Root = 2,  
}  
```

## Constants

| Constant | Description                                                                              |
| -------- | ---------------------------------------------------------------------------------------- |
| Leaf     | The thumbprint is for a leaf certificate.                                                |
| Issuer   | The thumbprint is for an issuer or intermediate certificate.                             |
| Root     | The thumbprint is for a root certificate that identifies the root certificate authority. |

## Remarks

This enumeration defines the type of certificate used in a title. The value 0 gets assigned to the leaf certificate. Values 1 and 2 get assigned to the issuer and root certificates. The [XNetworkingThumbprint](/reference/networking/xnetworking/structs/xnetworkingthumbprint) structure defines the certificate type of the thumbprint. For more information about certificates, see [Working with Certificates](https://learn.microsoft.com/dotnet/framework/wcf/feature-details/working-with-certificates)

## Requirements

**Header:** XNetworking.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[Retrieving Network Information](/build/console-features/networking/initialization-connectivity-networking)\
[XNetworkingSecurityInformation](/reference/networking/xnetworking/structs/xnetworkingsecurityinformation)\
[XNetworking](/reference/networking/xnetworking/xnetworking_members)


## Related topics

- [XNetworkingThumbprint](/reference/networking/xnetworking/structs/xnetworkingthumbprint.md)
- [XNetworking](/reference/networking/xnetworking/xnetworking_members.md)
- [XNetworkingSecurityInformation](/reference/networking/xnetworking/structs/xnetworkingsecurityinformation.md)
- [XNetworkingQuerySecurityInformationForUrlAsyncResult](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlasyncresult.md)
- [XNetworkingQuerySecurityInformationForUrlAsync](/reference/networking/xnetworking/functions/xnetworkingquerysecurityinformationforurlasync.md)
