// 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 referenceNo description available.
The DXGKMDT_OPM_ENCRYPTED_PARAMETERS structure contains data that is encrypted with the public key from an appropriate certificate.
abEncryptedParametersA 256-byte array that comprises data that is encrypted with the public key from an appropriate certificate.
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.
DxgkDdiOPMSetSigningKeyAndSequenceNumbers