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_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 |