Source position: jwawincrypt.pas line 5968
type _CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO = record |
cbSize: DWORD; |
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
pvKeyEncryptionAuxInfo: Pointer; |
hCryptProv: HCRYPTPROV; |
dwKeyChoice: DWORD; |
Union: record |
case Integer of |
0: ( |
hKeyEncryptionKey: HCRYPTKEY; |
); |
1: ( |
pvKeyEncryptionKey: Pointer; |
); |
end; |
KeyId: CRYPT_DATA_BLOB; |
Date: FILETIME; |
pOtherAttr: PCRYPT_ATTRIBUTE_TYPE_VALUE; |
end; |