windows::Win32::Security::Cryptography

Function CertVerifyCertificateChainPolicy

pub unsafe fn CertVerifyCertificateChainPolicy<P0>(
    pszpolicyoid: P0,
    pchaincontext: *const CERT_CHAIN_CONTEXT,
    ppolicypara: *const CERT_CHAIN_POLICY_PARA,
    ppolicystatus: *mut CERT_CHAIN_POLICY_STATUS,
) -> BOOL
where P0: Param<PCSTR>,