Edit

CMSG_KEM_RECIPIENT_INFO structure (wincrypt.h)

Syntax

typedef struct _CMSG_KEM_RECIPIENT_INFO {
  DWORD                      dwVersion;
  CERT_ID                    RecipientId;
  CRYPT_ALGORITHM_IDENTIFIER KemAlgorithm;
  CRYPT_ALGORITHM_IDENTIFIER KdfAlgorithm;
  CRYPT_ALGORITHM_IDENTIFIER WrapAlgorithm;
  CRYPT_DATA_BLOB            EncryptedKey;
  CRYPT_DATA_BLOB            KemCt;
  CRYPT_DATA_BLOB            UserKeyingMaterial;
  DWORD                      dwKekLength;
} CMSG_KEM_RECIPIENT_INFO, *PCMSG_KEM_RECIPIENT_INFO;

Members

dwVersion

RecipientId

KemAlgorithm

KdfAlgorithm

WrapAlgorithm

EncryptedKey

KemCt

UserKeyingMaterial

dwKekLength

Requirements

Requirement Value
Header wincrypt.h