Struct windows_sys::Win32::Security::Cryptography::CRL_REVOCATION_INFO
#[repr(C)]pub struct CRL_REVOCATION_INFO {
pub pCrlEntry: *mut CRL_ENTRY,
pub pCrlContext: *mut CRL_CONTEXT,
pub pCrlIssuerChain: *mut CERT_CHAIN_CONTEXT,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§pCrlEntry: *mut CRL_ENTRY
§pCrlContext: *mut CRL_CONTEXT
§pCrlIssuerChain: *mut CERT_CHAIN_CONTEXT