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