Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 3.34 KB

ns-wincrypt-cmsg_recipient_encrypted_key_info.md

File metadata and controls

76 lines (63 loc) · 3.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO (wincrypt.h)
The CMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure contains information used for an individual key agreement recipient.
*PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure [Security]
PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure pointer [Security]
_crypto2_cmsg_recipient_encrypted_key_info
security.cmsg_recipient_encrypted_key_info
wincrypt/CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
wincrypt/PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
security\cmsg_recipient_encrypted_key_info.htm
security
1921f9b6-86d9-47a0-a36e-e20d481382a3
12/05/2018
*PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO, CMSG_RECIPIENT_ENCRYPTED_KEY_INFO, CMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure [Security], PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO, PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure pointer [Security], _crypto2_cmsg_recipient_encrypted_key_info, security.cmsg_recipient_encrypted_key_info, wincrypt/CMSG_RECIPIENT_ENCRYPTED_KEY_INFO, wincrypt/PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO, *PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
19H1
_CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
wincrypt/_CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
wincrypt/PCMSG_RECIPIENT_ENCRYPTED_KEY_INFO
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
wincrypt/CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO

CMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure

-description

The CMSG_RECIPIENT_ENCRYPTED_KEY_INFO structure contains information used for an individual key agreement recipient.

-struct-fields

-field RecipientId

CERT_ID structure identifying the recipient. Currently, only the ISSUER_SERIAL_NUMBER or KEYID choices in the CERT_ID structure are valid.

-field EncryptedKey

A CRYPT_DATA_BLOB structure that contains the encrypted content encryption key.

-field Date

Optional. When present, this member specifies which of the recipient's previously distributed UKMs was used by the sender. Only applicable to KEYID choice in the RecipientId CERT_ID structure.

-field pOtherAttr

Optional pointer to a CRYPT_ATTRIBUTE_TYPE_VALUE structure containing additional information. Only applicable to KEYID choice in the RecipientId CERT_ID structure.