How do you write / read to a smartcard?

xyrus the virus picture xyrus the virus · Nov 7, 2010 · Viewed 44k times · Source

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.

Answer

IanNorton picture IanNorton · Apr 17, 2011

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

works very well for me on windows and mono.