forked from danm-de/pcsc-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
PC/SC wrapper classes for .NET, written in C#. | ||
PC/SC wrapper classes for .NET, written in C#. The package contains classes to | ||
access the Personal Computer/Smart Card Resource Manager using the system's | ||
native PC/SC API. Implements partial ISO7816 support. | ||
The library is written to run on both, Windows and Unix (Linux with Mono using | ||
PCSC Lite). | ||
|
||
Author: Daniel Mueller | ||
|
||
Tested on | ||
Tested on: | ||
========== | ||
|
||
- Windows (winscard.dll) | ||
* Windows 7 64bit Professional | ||
* Windows 8 (64bit) Professional | ||
|
||
- Linux (PC/SC lite) | ||
* Ubuntu 12.10 64bit edition | ||
* Ubuntu Linux 13.04 (64bit) | ||
* Ubuntu Linux 13.04 (32bit) | ||
|
||
Have a look into the Examples directory. Please be aware that I am still not | ||
happy with the class design, methods, parameter names etc. Slight changes | ||
might appear :-) Check the CHANGELOG file. | ||
might appear :-) Check the Changelog file. | ||
|
||
Nuget package is available here: | ||
http://nuget.org/packages/PCSC/ | ||
|
||
Documentation can be found here: | ||
http://danm.de/docs/pcsc-sharp/index.html |