What is the certificate store where my USB Token is listed? (Crypto API)

556 Views Asked by At

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 software for token administration show my token: enter image description here

1

There are 1 best solutions below

3
On

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.