ID3D11CryptoSession::GetCryptoSessionHandle Method

Gets a handle to the cryptographic session.

Syntax

public:
void GetCryptoSessionHandle(
         HANDLE *pCryptoSessionHandle
)  

Parameters

pCryptoSessionHandle
Type: HANDLE *

[out] Receives a handle to the session.

Return value

None.

Remarks

You can use this handle to associate the session with a decoder. This enables the decoder to decrypt data that is encrypted using this session.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).