DXGKMDT_OPM_ENCRYPTED_PARAMETERS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmdt.h

typedef struct _DXGKMDT_OPM_ENCRYPTED_PARAMETERS {
  BYTE abEncryptedParameters[DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE];
} DXGKMDT_OPM_ENCRYPTED_PARAMETERS, *PDXGKMDT_OPM_ENCRYPTED_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_dxgkmdt_opm_encrypted_parameters)

_DXGKMDT_OPM_ENCRYPTED_PARAMETERS structure

Description

The DXGKMDT_OPM_ENCRYPTED_PARAMETERS structure contains data that is encrypted with the public key from an appropriate certificate.

Members

abEncryptedParameters

A 256-byte array that comprises data that is encrypted with the public key from an appropriate certificate.

Remarks

For more information about the certificates and algorithms that are used to encrypt the data in DXGKMDT_OPM_ENCRYPTED_PARAMETERS, see the DxgkDdiOPMSetSigningKeyAndSequenceNumbers reference page.

See also

DxgkDdiOPMSetSigningKeyAndSequenceNumbers