Source position: jwawincrypt.pas line 7232
type _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA = record |
cbSize: DWORD; |
hCryptProv: HCRYPTPROV; |
dwKeySpec: DWORD; |
pKeyAgree: PCMSG_KEY_AGREE_RECIPIENT_INFO; |
dwRecipientIndex: DWORD; |
dwRecipientEncryptedKeyIndex: DWORD; |
OriginatorPublicKey: CRYPT_BIT_BLOB; |
end; |