PFND3D11_1DDI_GETCERTIFICATE callback function (d3d10umddi.h)
Returns a certificate that the display miniport driver uses for either the cryptographic session certificate or authenticated channel.
Syntax
PFND3D11_1DDI_GETCERTIFICATE Pfnd3d111DdiGetcertificate;
void Pfnd3d111DdiGetcertificate(
D3D10DDI_HDEVICE hDevice,
const D3D11_1DDI_CERTIFICATE_INFO *pCertificateInfo,
UINT CertificateSize,
BYTE *pCertificate
)
{...}
Parameters
hDevice
A handle to the display device (graphics context).
pCertificateInfo
A pointer to a D3D11_1DDI_CERTIFICATE_INFO structure that specifies the cryptographic session certificate or authenticated channel to return.
CertificateSize
The size, in bytes, of the buffer that is referenced by the pCertificate parameter.
pCertificate
A pointer to a byte array that receives the driver's certificate chain.
Return value
None
Remarks
Based on the data in the D3D11_1DDI_CERTIFICATE_INFO structure, GetCertificate returns the certificate for either the cryptographic session or the authenticated channel. The driver uses this certificate to establish trust and perform key exchange for the session or channel.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Desktop |
Header | d3d10umddi.h (include D3d10umddi.h) |