estructura CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA (wincrypt.h)
La estructura CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA se usa para eliminar un atributo no autenticado de un firmante de un mensaje firmado. Esta estructura se pasa a CryptMsgControl si el parámetro dwCrlType es CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR.
Sintaxis
typedef struct _CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA {
DWORD cbSize;
DWORD dwSignerIndex;
DWORD dwUnauthAttrIndex;
} CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA, *PCMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA;
Miembros
cbSize
Tamaño de esta estructura en bytes.
dwSignerIndex
Índice del firmante en la matriz rgSigners de punteros a CMSG_SIGNER_ENCODE_INFO estructuras de la estructura CMSG_SIGNED_ENCODE_INFO de un mensaje firmado. Se elimina el atributo no autenticado de este firmante.
dwUnauthAttrIndex
Índice del elemento de la matriz rgUnauthAttr de la estructura CMSG_SIGNER_ENCODE_INFO que contiene el atributo no autenticado que se va a quitar.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | wincrypt.h |