#[repr(C)]pub struct CERT_NAME_CONSTRAINTS_INFO {
pub cPermittedSubtree: u32,
pub rgPermittedSubtree: *mut CERT_GENERAL_SUBTREE,
pub cExcludedSubtree: u32,
pub rgExcludedSubtree: *mut CERT_GENERAL_SUBTREE,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§cPermittedSubtree: u32
§rgPermittedSubtree: *mut CERT_GENERAL_SUBTREE
§cExcludedSubtree: u32
§rgExcludedSubtree: *mut CERT_GENERAL_SUBTREE