Read a SmartCard
using PowerShell
Build using
dotnet publish --configuration Release
Install by copying contents of bin/Release/netstandard2.0/publish
into a new directory on the PSModulePath
The module provides the following commands.
Open-SmartCardReader
Close-SmartCardReader [-Reader] <Reader>
Get-SmartCardReader [-Reader] <Reader>
Connect-SmartCardReader [-Reader] <Reader> [-Name] <string>
Disconnect-SmartCardReader [-Reader] <Reader>
Invoke-SmartCardReader [-Reader] <Reader> [-Command] <byte[]>
Test with test.ps1.