Metadata >> NuGet >> PCSC

PCSC

Metadata

Authors Daniel Mueller
Copyrights Copyright 2013 Daniel Mueller
Description Contains classes to access the Personal Computer/Smart Card Resource Manager using the system's native PC/SC API. Implements partial ISO7816 support (APDU etc.). The library is written to run on both, Windows and Unix (Linux with Mono using PCSC Lite).
IconUrl https://danm.de/files/src/csharp/pcsc-sharp/pcsc-sharp.png
LicenseUrl https://danm.de/files/src/csharp/pcsc-sharp/COPYING
Owners Daniel Mueller
ProjectUrl https://github.com/danm-de/pcsc-sharp
RequireLicenseAcceptance False
Summary PC/SC wrapper classes for .NET to operate on smart cards
Tags PC/SC smartcard apdu pcsc-sharp
Title PCSC
PackageSize 221368
PackageHashAlgorithm SHA512
PackageHash 0rJ7k0OJU2olYuBHwCi86bbafmcSxCfBoEWaaZ8QR8BA5lUCpPhMeM9m0ZKuSAoM0zA5B5XbOmyo7iW1KAM7Fw==
DownloadCount 000000
CreatedDate 2015-04-02T14:59:41

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install PCSC -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install PCSC -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package PCSC
Installing the package (HTTP Basic authentication):
Install-Package PCSC -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package PCSC -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package PCSC

OpenWrap

Installing the package:
o add-wrap PCSC
Uninstalling the package:
o remove-wrap PCSC

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
3.1.0.4
3.1.0.2
3.1.0.1
3.1.0.0
3.0.0.0