This DLL implements certificate validation according to the PKIX Certificate and CRL profile. It is the main public interface to certificate management. Given a set of certificates supplied by a third party, and a local store of trusted root certificates, this component will attempt to validate the identity of the third party. Two public classes are defined here:
CPKIXCertChain
— performs certificate validation.
CPKIXValidationResult
— encapsulates the result of the validation operation.