ID3D11CryptoSession interface
Represents a cryptographic session.
Members
The ID3D11CryptoSession interface inherits from ID3D11DeviceChild. ID3D11CryptoSession also has these types of members:
Methods
The ID3D11CryptoSession interface has these methods.
| Method | Description |
|---|---|
| GetCertificate |
Gets the driver's certificate chain. |
| GetCertificateSize |
Gets the size of the driver's certificate chain. |
| GetCryptoSessionHandle |
Gets a handle to the cryptographic session. |
| GetCryptoType |
Gets the type of encryption that is supported by this session. |
| GetDecoderProfile |
Gets the decoding profile of the session. |
Remarks
To get a pointer to this interface, call ID3D11VideoDevice::CreateCryptoSession.
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