Source position: jwawincrypt.pas line 5836
type _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO = record |
cbSize: DWORD; |
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
pvKeyEncryptionAuxInfo: Pointer; |
hCryptProv: HCRYPTPROV; |
RecipientPublicKey: CRYPT_BIT_BLOB; |
RecipientId: CERT_ID; |
end; |