Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.69 KB

nf-d3d11-id3d11authenticatedchannel-getcertificate.md

File metadata and controls

75 lines (59 loc) · 2.69 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d11.ID3D11AuthenticatedChannel.GetCertificate
ID3D11AuthenticatedChannel::GetCertificate (d3d11.h)
Gets the driver's certificate chain. (ID3D11AuthenticatedChannel.GetCertificate)
GetCertificate
GetCertificate method [Media Foundation]
GetCertificate method [Media Foundation]
ID3D11AuthenticatedChannel interface
ID3D11AuthenticatedChannel interface [Media Foundation]
GetCertificate method
ID3D11AuthenticatedChannel.GetCertificate
ID3D11AuthenticatedChannel::GetCertificate
d3d11/ID3D11AuthenticatedChannel::GetCertificate
mf.id3d11authenticatedchannel_getcertificate
mf\id3d11authenticatedchannel_getcertificate.htm
mf
D7FC07CA-B045-4C44-B3FD-B902C5437E47
12/05/2018
GetCertificate, GetCertificate method [Media Foundation], GetCertificate method [Media Foundation],ID3D11AuthenticatedChannel interface, ID3D11AuthenticatedChannel interface [Media Foundation],GetCertificate method, ID3D11AuthenticatedChannel.GetCertificate, ID3D11AuthenticatedChannel::GetCertificate, d3d11/ID3D11AuthenticatedChannel::GetCertificate, mf.id3d11authenticatedchannel_getcertificate
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11AuthenticatedChannel::GetCertificate
d3d11/ID3D11AuthenticatedChannel::GetCertificate
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11AuthenticatedChannel.GetCertificate

ID3D11AuthenticatedChannel::GetCertificate

-description

Gets the driver's certificate chain.

-parameters

-param CertificateSize [in]

The size of the pCertificate array, in bytes. To get the size of the certificate chain, call ID3D11CryptoSession::GetCertificateSize.

-param pCertificate [out]

A pointer to a byte array that receives the driver's certificate chain. The caller must allocate the array.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

GetCertificateSize

ID3D11AuthenticatedChannel