The error is raised because issuer certificate for the signer certificate is not found.
as a workaround, you need to install issuer certificate to the Intermediate CAs container in certificate store.
CertID
structure requires some extra information that exists only in the issuer certificate. Internally, the CertID
constructor attempts to build certificate chain to find issuer certificate and collect required data.as a workaround, you need to install issuer certificate to the Intermediate CAs container in certificate store.