D3DDDI_CERTIFICATETYPE enumeration (d3dumddi.h)

The D3DDDI_CERTIFICATETYPE enumeration contains values that identify certificate types.

Syntax

typedef enum _D3DDDI_CERTIFICATETYPE {
  D3DDDI_CERTTYPE_AUTHENTICATED_CHANNEL,
  D3DDDI_CERTTYPE_CRYPTOSESSION
} D3DDDI_CERTIFICATETYPE;

Constants

 
D3DDDI_CERTTYPE_AUTHENTICATED_CHANNEL
The value specifies that the certificate type is an authenticated channel.
D3DDDI_CERTTYPE_CRYPTOSESSION
The value specifies that the certificate type is an encryption session.

Remarks

The user-mode display driver receives a D3DDDI_CERTIFICATETYPE-typed value in the CertificateType member of the DDICERTIFICATEINFO structure. The pInfo member of the D3DDDIARG_GETCAPS structure points to DDICERTIFICATEINFO when the driver's GetCaps function is called with the D3DDDICAPS_GETCERTIFICATE value set in the Type member of D3DDDIARG_GETCAPS.

Requirements

Requirement Value
Minimum supported client D3DDDI_CERTIFICATETYPE is supported beginning with the Windows 7 operating system.
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDIARG_GETCAPS

DDICERTIFICATEINFO

GetCaps