CERT_BASIC_CONSTRAINTS_INFO

Type Alias CERT_BASIC_CONSTRAINTS_INFO 

Source
pub type CERT_BASIC_CONSTRAINTS_INFO = _CERT_BASIC_CONSTRAINTS_INFO;

Aliased Type§

#[repr(C)]
pub struct CERT_BASIC_CONSTRAINTS_INFO { pub SubjectType: _CRYPT_BIT_BLOB, pub fPathLenConstraint: i32, pub dwPathLenConstraint: u32, pub cSubtreesConstraint: u32, pub rgSubtreesConstraint: *mut _CRYPTOAPI_BLOB, }

Fields§

§SubjectType: _CRYPT_BIT_BLOB§fPathLenConstraint: i32§dwPathLenConstraint: u32§cSubtreesConstraint: u32§rgSubtreesConstraint: *mut _CRYPTOAPI_BLOB