ID3D11AuthenticatedChannel interface
Provides a communication channel with the graphics driver or the Microsoft Direct3D runtime.
Members
The ID3D11AuthenticatedChannel interface inherits from the IUnknown interface. ID3D11AuthenticatedChannel also has these types of members:
Methods
The ID3D11AuthenticatedChannel interface has these methods.
| Method | Description |
|---|---|
| GetCertificate |
Gets the driver's certificate chain. |
| GetCertificateSize |
Gets the size of the driver's certificate chain. |
| GetChannelHandle |
Gets a handle to the authenticated channel. |
Remarks
To get a pointer to this interface, call ID3D11VideoDevice::CreateAuthenticatedChannel.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also