// 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 referenceNo description available.
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.
D3D11_1DDI_CERTIFICATE_TYPE_AUTHENTICATED_CHANNELThe certificate is used for an authenticated channel.
D3D11_1DDI_CERTIFICATE_TYPE_CRYPTO_SESSIONThe certificate is used for a cryptographic session.