What does HRESULT 0x8009202A (CRYPT_E_NOT_IN_CTL) mean?

 
Previous Next
CRYPT_E_VERIFY_USAGE_OFFLINE CRYPT_E_NO_TRUSTED_SIGNER

CRYPT_E_NOT_IN_CTL

The certificate subject was not found in the Certificate Trust List (CTL) used for the requested validation. A CTL is a trust-list mechanism and is distinct from a normal certificate-chain lookup.

What to check

  • Identify the CTL and policy that the application expected to use.
  • Verify that the correct CTL was installed, current, and applicable to the certificate subject.
  • Do not add a subject to a trust list solely to eliminate the error; validate the organization’s trust policy first.

Microsoft: Managing certificates with certificate stores

Microsoft: CertGetCertificateChain


Looking for a different code? Search another status or error code.