IE and SSL question!
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
When IE connect to a website using SSL,IE will display a dialog to ask user to select a certificate of him(or her). In fact,IE connect to the system's CSP and search user's certificate. my question is: if my certificate is stored in other place,but not in the system's CSP or a SmartCard,how can I have IE use my certificate when it connect to a SSL website? For example,I store my certificate(and private key) in my own USB card,which is not compatible with the SmartCard.What can I do? I think that if I can hold up the event which occur when IE connect to the system CSP for requiring a user certificate(and private key),it will be simple! thanks advance!