Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys, Now I have made my own program that create X509.Certificate with particular information. And I want to make a program that manage certificate and private key like USB-Token or smart Card?
do you have any suggestions?

thanks all you guys in advance.
Posted

1 solution

If I understand the question...

First part has nothing to do with the second.

Presumably you want to create your own smart key so the first step for the second is to investigate how USB devices work. You will need to learn how they initiate, run software and disconnect. You will also need to learn how an application on the computer can talk to such a device.

After you do BOTH of those then it should be more obvious how to implement what ou want.
 
Share this answer
 

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