Struct windows_sys::Win32::Security::Cryptography::CMS_KEY_INFO
[−]#[repr(C)]pub struct CMS_KEY_INFO {
pub dwVersion: u32,
pub Algid: u32,
pub pbOID: *mut u8,
pub cbOID: u32,
}Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
dwVersion: u32Algid: u32pbOID: *mut u8cbOID: u32