CMSG_KEY_AGREE_KEY_ENCRYPT_INFO structure (wincrypt.h)

The CMSG_KEY_AGREE_KEY_ENCRYPT_INFO structure contains the encrypted key for a key agreement recipient of an enveloped message. The CMSG_KEY_AGREE_ENCRYPT_INFO structure references this structure.

Syntax

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

The size, in bytes, of this structure.

EncryptedKey

A CRYPT_DATA_BLOB structure that contains the session key encrypted by the negotiated key of the recipient.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wincrypt.h