D3D11_1DDI_CERTIFICATE_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11_1DDI_CERTIFICATE_INFO {
  D3D11_1DDI_CERTIFICATE_TYPE CertificateType;
  union {
    D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE ChannelType;
    GUID                                  CryptoSessionType;
  };
} D3D11_1DDI_CERTIFICATE_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_certificate_info)

D3D11_1DDI_CERTIFICATE_INFO structure

Description

Specifies a cryptographic session certificate or authenticated channel.

Members

CertificateType

A D3D11_1DDI_CERTIFICATE_TYPE value that specifies the type of authenticated certificate that is used to establish trust and perform a key exchange.

ChannelType

A D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE value that specifies the type of Direct3D authenticated channel.

CryptoSessionType

A GUID that indicates the cryptographic session.

See also

D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE

D3D11_1DDI_CERTIFICATE_TYPE