estructura CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA (wincrypt.h)

La estructura CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA se usa para agregar un atributo no autenticado a un firmante de un mensaje firmado. Esta estructura se pasa a CryptMsgControl si el parámetro dwCtrlType está establecido en CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR.

Sintaxis

typedef struct _CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA {
  DWORD           cbSize;
  DWORD           dwSignerIndex;
  CRYPT_DATA_BLOB blob;
} CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA, *PCMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA;

Miembros

cbSize

Tamaño de esta estructura en bytes.

dwSignerIndex

Índice del firmante en la matriz rgSigners de punteros de CMSG_SIGNER_ENCODE_INFO estructuras en la estructura CMSG_SIGNED_ENCODE_INFO de un mensaje firmado. El atributo no autenticado se agregará a la información de este firmante.

blob

Requisitos

   
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado wincrypt.h

Consulte también

CRYPT_INTEGER_BLOB

CryptMsgControl