XNetworkingThumbprint

Defines the certificate type, thumbprint, and thumbprint size.

Syntax

typedef struct XNetworkingThumbprint {  
    XNetworkingThumbprintType thumbprintType;  
    size_t thumbprintBufferByteCount;  
    uint8_t* thumbprintBuffer;  
} XNetworkingThumbprint  

Members

thumbprintType
Type: XNetworkingThumbprintType

Indicates the certificate type of the thumbprint.

thumbprintBufferByteCount
Type: size_t

Indicates the size of the thumbprint buffer.

thumbprintBuffer
Type: uint8_t*

Buffer that contains the certificate thumbprint information.

Remarks

This structure defines the certificate type, thumbprint, and thumbprint size. Certificate thumbprints are retrieved by calling the XNetworkingQuerySecurityInformationForUrlAsync function. For network information in Microsoft Game Development Kit (GDK) titles, see Retrieving Network Information.

Requirements

Header: XNetworking.h

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

XNetworking