Source position: jwawincrypt.pas line 7736
type _CMSG_KEY_AGREE_ENCRYPT_INFO = record |
cbSize: DWORD; |
dwRecipientIndex: DWORD; |
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
UserKeyingMaterial: CRYPT_DATA_BLOB; |
dwOriginatorChoice: DWORD; |
Union: record |
case Integer of |
0: ( |
OriginatorCertId: CERT_ID; |
); |
1: ( |
OriginatorPublicKeyInfo: CERT_PUBLIC_KEY_INFO; |
); |
end; |
cKeyAgreeKeyEncryptInfo: DWORD; |
rgpKeyAgreeKeyEncryptInfo: PPCMSG_KEY_AGREE_KEY_ENCRYPT_INFO; |
dwFlags: DWORD; |
end; |