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
.
Check out Daniel Müller's pcsc-sharp, https://github.com/danm-de/pcsc-sharp
works very well for me on windows and mono.