Struct windows_sys::Win32::Security::Cryptography::CRL_CONTEXT
#[repr(C)]pub struct CRL_CONTEXT {
pub dwCertEncodingType: CERT_QUERY_ENCODING_TYPE,
pub pbCrlEncoded: *mut u8,
pub cbCrlEncoded: u32,
pub pCrlInfo: *mut CRL_INFO,
pub hCertStore: HCERTSTORE,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields§
§dwCertEncodingType: CERT_QUERY_ENCODING_TYPE§pbCrlEncoded: *mut u8§cbCrlEncoded: u32§pCrlInfo: *mut CRL_INFO§hCertStore: HCERTSTORE