pub type CERT_NAME_CONSTRAINTS_INFO = _CERT_NAME_CONSTRAINTS_INFO;
Aliased Type§
struct CERT_NAME_CONSTRAINTS_INFO {
pub cPermittedSubtree: u32,
pub rgPermittedSubtree: *mut _CERT_GENERAL_SUBTREE,
pub cExcludedSubtree: u32,
pub rgExcludedSubtree: *mut _CERT_GENERAL_SUBTREE,
}
Fields§
§cPermittedSubtree: u32
§rgPermittedSubtree: *mut _CERT_GENERAL_SUBTREE
§cExcludedSubtree: u32
§rgExcludedSubtree: *mut _CERT_GENERAL_SUBTREE