pub type CSSM_X509_EXTENSIONS = cssm_x509_extensions;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype and x509defs only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_X509_EXTENSIONS {
pub numberOfExtensions: u32,
pub extensions: *mut cssm_x509_extension,
}Fields§
§numberOfExtensions: u32👎Deprecated
§extensions: *mut cssm_x509_extension👎Deprecated