estructura OPM_OMAC (ksopmapi.h)

Contiene un código de autenticación de mensajes (MAC) para un mensaje de Output Protection Manager (OPM).

Sintaxis

typedef struct _OPM_OMAC {
  BYTE abOMAC[OPM_OMAC_SIZE];
} OPM_OMAC;

Members

abOMAC[OPM_OMAC_SIZE]

Búfer que contiene el valor MAC criptográfico del mensaje.

Requisitos

   
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado ksopmapi.h (incluya Opmapi.h)

Consulte también

Estructuras de OPM

OPM_CONFIGURE_PARAMETERS

OPM_GET_INFO_PARAMETERS

OPM_REQUESTED_INFORMATION

Administrador de protección de salida