Edit

CMSG_KEM_RECIPIENT_ENCODE_INFO structure (wincrypt.h)

Syntax

typedef struct _CMSG_KEM_RECIPIENT_ENCODE_INFO {
  DWORD                      cbSize;
  CERT_ID                    RecipientId;
  CRYPT_BIT_BLOB             RecipientPublicKey;
  CRYPT_ALGORITHM_IDENTIFIER KemAlgorithm;
  CRYPT_ALGORITHM_IDENTIFIER KdfAlgorithm;
  CRYPT_ALGORITHM_IDENTIFIER WrapAlgorithm;
  CRYPT_DATA_BLOB            UserKeyingMaterial;
} CMSG_KEM_RECIPIENT_ENCODE_INFO, *PCMSG_KEM_RECIPIENT_ENCODE_INFO;

Members

cbSize

RecipientId

RecipientPublicKey

KemAlgorithm

KdfAlgorithm

WrapAlgorithm

UserKeyingMaterial

Requirements

Requirement Value
Header wincrypt.h