D3D11_1DDI_CERTIFICATE_TYPE enumeration (d3d10umddi.h)

Specifies the type of authenticated certificate that is used to establish trust and perform a key exchange. This type is used by callers of the GetCertificate and GetCertificateSize functions.

Syntax

typedef enum D3D11_1DDI_CERTIFICATE_TYPE {
  D3D11_1DDI_CERTIFICATE_TYPE_AUTHENTICATED_CHANNEL,
  D3D11_1DDI_CERTIFICATE_TYPE_CRYPTO_SESSION
} ;

Constants

 
D3D11_1DDI_CERTIFICATE_TYPE_AUTHENTICATED_CHANNEL
The certificate is used for an authenticated channel.
D3D11_1DDI_CERTIFICATE_TYPE_CRYPTO_SESSION
The certificate is used for a cryptographic session.

Requirements

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

See also

GetCertificate

GetCertificateSize