CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA struttura (wincrypt.h)

La struttura CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA viene usata per aggiungere un attributo non autenticato a un segno di un messaggio firmato. Questa struttura viene passata a CryptMsgControl se il parametro dwCtrlType è impostato su CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR.

Sintassi

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;

Members

cbSize

Dimensioni di questa struttura in byte.

dwSignerIndex

Indice dell'accesso nella matrice rgSigners di puntatori di strutture CMSG_SIGNER_ENCODE_INFOnella struttura CMSG_SIGNED_ENCODE_INFO del messaggio firmato. L'attributo non autenticato deve essere aggiunto alle informazioni del firmatario.

blob

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

CRYPT_INTEGER_BLOB

CryptMsgControl