D3D11_1DDI_CERTIFICATE_TYPE - NtDoc

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

typedef enum D3D11_1DDI_CERTIFICATE_TYPE {
  D3D11_1DDI_CERTIFICATE_TYPE_AUTHENTICATED_CHANNEL,
  D3D11_1DDI_CERTIFICATE_TYPE_CRYPTO_SESSION
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_certificate_type)

D3D11_1DDI_CERTIFICATE_TYPE enumeration

Description

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.

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.

See also

GetCertificate

GetCertificateSize