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: CRYPTOAPI_BLOB,
pub pReserved: *mut c_void,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwVersion: u32Algid: u32pszContentEncObjId: PSTRPubInfo: CRYPTOAPI_BLOBpReserved: *mut c_void