#[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: u32rgPermittedSubtree: *mut CERT_GENERAL_SUBTREEcExcludedSubtree: u32rgExcludedSubtree: *mut CERT_GENERAL_SUBTREE