Source position: jwawincrypt.pas line 5906
type _CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO = record |
cbSize: DWORD; |
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
pvKeyEncryptionAuxInfo: Pointer; |
KeyWrapAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
pvKeyWrapAuxInfo: Pointer; |
hCryptProv: HCRYPTPROV; |
dwKeySpec: DWORD; |
dwKeyChoice: DWORD; |
Union: record |
case Integer of |
0: ( |
pEphemeralAlgorithm: PCRYPT_ALGORITHM_IDENTIFIER; |
); |
1: ( |
pSenderId: PCERT_ID; |
); |
end; |
UserKeyingMaterial: CRYPT_DATA_BLOB; |
cRecipientEncryptedKeys: DWORD; |
rgpRecipientEncryptedKeys: PCMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO; |
end; |