Skip to main content

CSSM_ENCODED_CERT

Type Alias CSSM_ENCODED_CERT 

Source
pub type CSSM_ENCODED_CERT = cssm_encoded_cert;
👎Deprecated
Available on crate features cssmconfig and cssmtype and SecAsn1Types 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