struttura CMSG_KEY_AGREE_KEY_ENCRYPT_INFO (wincrypt.h)
La struttura CMSG_KEY_AGREE_KEY_ENCRYPT_INFO contiene la chiave crittografata per un destinatario del contratto di chiave di un messaggio in busta. La struttura CMSG_KEY_AGREE_ENCRYPT_INFO fa riferimento a questa struttura.
Sintassi
typedef struct _CMSG_KEY_AGREE_KEY_ENCRYPT_INFO {
DWORD cbSize;
CRYPT_DATA_BLOB EncryptedKey;
} CMSG_KEY_AGREE_KEY_ENCRYPT_INFO, *PCMSG_KEY_AGREE_KEY_ENCRYPT_INFO;
Members
cbSize
Dimensione, in byte, della struttura.
EncryptedKey
Struttura CRYPT_DATA_BLOB che contiene la chiave di sessione crittografata dalla chiave negoziata del destinatario.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |