There exist a function called CryptUIDlgSelectCertificateFromStore
in Windows library. It allows user to select a certificate from a list of certificates found in the cert store for Internet Explorer.
I am searching for the equivalent function in NSS, PKCS#11, Xulrunner, where user can select a certificate in Mozilla Firefox browser.
Thank you.