#[repr(C)]pub struct CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO {
pub cbSize: u32,
pub RecipientPublicKey: CRYPT_BIT_BLOB,
pub RecipientId: CERT_ID,
pub Date: FILETIME,
pub pOtherAttr: *mut CRYPT_ATTRIBUTE_TYPE_VALUE,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§cbSize: u32
§RecipientPublicKey: CRYPT_BIT_BLOB
§RecipientId: CERT_ID
§Date: FILETIME
§pOtherAttr: *mut CRYPT_ATTRIBUTE_TYPE_VALUE