Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
hi to all,
I am creating an application for authentication Token and my problem is to read the certificate from usb .
Please if Any body is having any idea about it ; reply as early as possible.
Thank you in advance.
Posted
Updated 6-Feb-23 18:15pm
v2
Comments
AspDotNetDev 5-May-10 21:17pm    
Repost: http://www.codeproject.com/Messages/3462887/Read-certificate-from-USB.aspx

If you're using ASP.NET, you obviously have no access to the file system on the users computer.
 
Share this answer
 
Comments
Member 12179018 22-Jun-16 17:16pm    
Hi excuse me why you say that it no access to other computer ? It's posible create a kind of service to do it ?
When you install the certificate from smart token it will install in your personal store or any store. Read the certificate from your personal store as usual and the token will be validated automatically.
 
Share this answer
 
Comments
Member 12179018 22-Jun-16 17:19pm    
Hi, are there a way to get a certificate without the need to install it in certificate store ?
hello.
i think that there's a difference between reading certificate from store and reading it from smart token, those 2 ways are so different.
:))
 
Share this answer
 
Comments
Goutam Patra 17-May-10 8:07am    
Nope not at all
Member 12179018 22-Jun-16 17:23pm    
hi there, i'm looking a way to just read a certificate from usb token, can you explain me how can i do it ? thanks in advance
To read the certificate from the USB token you need the vendor's APIs. However, to avoid this, when a USB eToken is plugged into the PC, the certificate is automatically copied to your personal store and thus can find it and use it
 
Share this answer
 
Comments
Richard Deeming 7-Feb-23 4:12am    
As already explained in solution 2, posted THIRTEEN YEARS AGO!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900