#[repr(C)]pub struct CMSG_MAIL_LIST_RECIPIENT_INFO {
pub dwVersion: u32,
pub KeyId: CRYPTOAPI_BLOB,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: CRYPTOAPI_BLOB,
pub Date: FILETIME,
pub pOtherAttr: *mut CRYPT_ATTRIBUTE_TYPE_VALUE,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwVersion: u32KeyId: CRYPTOAPI_BLOBKeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIEREncryptedKey: CRYPTOAPI_BLOBDate: FILETIMEpOtherAttr: *mut CRYPT_ATTRIBUTE_TYPE_VALUE