Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you write / read to a smartcard? [closed]

Is there an Open Source library for writing and reading data in C# from a smartcard using a smartcard reader? My smartcard model is mifare1k and my reader is ucr122u.

like image 679
xyrus the virus Avatar asked Nov 07 '10 06:11

xyrus the virus


1 Answers

Check out Daniel Müller's pcsc-sharp, https://github.com/danm-de/pcsc-sharp

works very well for me on windows and mono.

like image 103
IanNorton Avatar answered Oct 01 '22 10:10

IanNorton