ID3D11AuthenticatedChannel interface (d3d11.h)

Provides a communication channel with the graphics driver or the Microsoft Direct3D runtime.

Inheritance

The ID3D11AuthenticatedChannel interface inherits from the IUnknown interface. ID3D11AuthenticatedChannel also has these types of members:

Methods

The ID3D11AuthenticatedChannel interface has these methods.

 
ID3D11AuthenticatedChannel::GetCertificate

Gets the driver's certificate chain. (ID3D11AuthenticatedChannel.GetCertificate)
ID3D11AuthenticatedChannel::GetCertificateSize

Gets the size of the driver's certificate chain. (ID3D11AuthenticatedChannel.GetCertificateSize)
ID3D11AuthenticatedChannel::GetChannelHandle

Gets a handle to the authenticated channel.

Remarks

To get a pointer to this interface, call ID3D11VideoDevice::CreateAuthenticatedChannel.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header d3d11.h

See also

Direct3D 11 Video Interfaces