Struct windows_sys::Win32::Security::Cryptography::CMS_DH_KEY_INFO
#[repr(C)]pub struct CMS_DH_KEY_INFO {
pub dwVersion: u32,
pub Algid: u32,
pub pszContentEncObjId: PSTR,
pub PubInfo: CRYPT_INTEGER_BLOB,
pub pReserved: *mut c_void,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwVersion: u32§Algid: u32§pszContentEncObjId: PSTR§PubInfo: CRYPT_INTEGER_BLOB§pReserved: *mut c_void