pub type CSSM_X509EXT_BASICCONSTRAINTS = cssm_x509ext_basicConstraints;👎Deprecated
Available on crate features
cssmconfig and cssmtype and x509defs only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_X509EXT_BASICCONSTRAINTS {
pub cA: i32,
pub pathLenConstraintPresent: i32,
pub pathLenConstraint: u32,
}Fields§
§cA: i32👎Deprecated
§pathLenConstraintPresent: i32👎Deprecated
§pathLenConstraint: u32👎Deprecated