// d3d10umddi.h
typedef struct D3D11_1DDI_CERTIFICATE_INFO {
D3D11_1DDI_CERTIFICATE_TYPE CertificateType;
union {
D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE ChannelType;
GUID CryptoSessionType;
};
} D3D11_1DDI_CERTIFICATE_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies a cryptographic session certificate or authenticated channel.
CertificateTypeA D3D11_1DDI_CERTIFICATE_TYPE value that specifies the type of authenticated certificate that is used to establish trust and perform a key exchange.
ChannelTypeA D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE value that specifies the type of Direct3D authenticated channel.
CryptoSessionTypeA GUID that indicates the cryptographic session.
D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE