D3D11_1DDI_CERTIFICATE_INFO structure (d3d10umddi.h)

Specifies a cryptographic session certificate or authenticated channel.

Syntax

typedef struct D3D11_1DDI_CERTIFICATE_INFO {
  D3D11_1DDI_CERTIFICATE_TYPE CertificateType;
  union {
    D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE ChannelType;
    GUID                                  CryptoSessionType;
  };
} D3D11_1DDI_CERTIFICATE_INFO;

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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3d10umddi.h (include D3d10umddi.h)

See also

D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE

D3D11_1DDI_CERTIFICATE_TYPE