Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |