Gets a handle to the cryptographic session.
public:
void GetCryptoSessionHandle(
HANDLE *pCryptoSessionHandle
)
pCryptoSessionHandle
Type: HANDLE *
[out] Receives a handle to the session.
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.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).