Struct windows_sys::Win32::Security::Cryptography::OCSP_REQUEST_ENTRY
[−]#[repr(C)]pub struct OCSP_REQUEST_ENTRY {
pub CertId: OCSP_CERT_ID,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
CertId: OCSP_CERT_IDcExtension: u32rgExtension: *mut CERT_EXTENSION