pub type CSSM_PARSED_CERT = cssm_parsed_cert;
👎Deprecated
Available on crate features
cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_PARSED_CERT {
pub CertType: u32,
pub ParsedCertFormat: u32,
pub ParsedCert: *mut c_void,
}
Fields§
§CertType: u32
§ParsedCertFormat: u32
§ParsedCert: *mut c_void