DXGKMDT_OPM_ENCRYPTED_PARAMETERS structure (d3dkmdt.h)
The DXGKMDT_OPM_ENCRYPTED_PARAMETERS structure contains data that is encrypted with the public key from an appropriate certificate.
Syntax
typedef struct _DXGKMDT_OPM_ENCRYPTED_PARAMETERS {
BYTE abEncryptedParameters[DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE];
} DXGKMDT_OPM_ENCRYPTED_PARAMETERS, *PDXGKMDT_OPM_ENCRYPTED_PARAMETERS;
Members
abEncryptedParameters[DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE]
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmdt.h |