pub type CSSM_ENCODED_CERT = cssm_encoded_cert;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_ENCODED_CERT {
pub CertType: u32,
pub CertEncoding: u32,
pub CertBlob: cssm_data,
}Fields§
§CertType: u32👎Deprecated
§CertEncoding: u32👎Deprecated
§CertBlob: cssm_data👎Deprecated