I'm trying to show the default dialog box to select certificate listing my USB token (G&D Burti StarSign). I can show this dialog listing all installed certificates, but my token is not shown. How can I do it using CAPI? (An exemple would be great!)
PS.: The programming language is Delphi, but I understand another C like (C++/C#) languages
The CSP / drivers need to propagate the certificate to your local machine. Verify the certificate is visible using the certificate mmc snapin. Once you know the certificate store being used, used the above mentioned CryptUIDlgSelectCertificateFromStore to view them.