Type Alias CERT_BASIC_CONSTRAINTS2_INFO

Source
pub type CERT_BASIC_CONSTRAINTS2_INFO = _CERT_BASIC_CONSTRAINTS2_INFO;

Aliased Type§

struct CERT_BASIC_CONSTRAINTS2_INFO {
    pub fCA: i32,
    pub fPathLenConstraint: i32,
    pub dwPathLenConstraint: u32,
}

Fields§

§fCA: i32§fPathLenConstraint: i32§dwPathLenConstraint: u32