ID3D11CryptoSession::GetCryptoSessionHandle method (d3d11.h)

Gets a handle to the cryptographic session.

Syntax

void GetCryptoSessionHandle(
  [out] HANDLE *pCryptoSessionHandle
);

Parameters

[out] pCryptoSessionHandle

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

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

ID3D11CryptoSession