Struct windows_sys::Win32::Security::Cryptography::CERTIFICATE_CHAIN_BLOB
#[repr(C)]pub struct CERTIFICATE_CHAIN_BLOB {
pub certCount: u32,
pub rawCertificates: *mut CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§certCount: u32
§rawCertificates: *mut CRYPT_INTEGER_BLOB