estructura DXGKMDT_OPM_ENCRYPTED_PARAMETERS (d3dkmdt.h)

La estructura de DXGKMDT_OPM_ENCRYPTED_PARAMETERS contiene datos cifrados con la clave pública de un certificado adecuado.

Sintaxis

typedef struct _DXGKMDT_OPM_ENCRYPTED_PARAMETERS {
  BYTE abEncryptedParameters[DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE];
} DXGKMDT_OPM_ENCRYPTED_PARAMETERS, *PDXGKMDT_OPM_ENCRYPTED_PARAMETERS;

Miembros

abEncryptedParameters[DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE]

Matriz de 256 bytes que consta de datos cifrados con la clave pública de un certificado adecuado.

Comentarios

Para obtener más información sobre los certificados y algoritmos que se usan para cifrar los datos en DXGKMDT_OPM_ENCRYPTED_PARAMETERS, consulte la página de referencia dxgkDdiOPMSetSigningKeyAndSequenceNumbers .

Requisitos

Requisito Value
Cliente mínimo compatible Disponible en Windows Vista y versiones posteriores de los sistemas operativos Windows.
Encabezado d3dkmdt.h

Consulte también

DxgkDdiOPMSetSigningKeyAndSequenceNumbers