通过pcsc-sharp库,开发人员可以轻松地实现对Mifare卡的读写操作,以及进行Mifare认证。 腾讯云提供了一系列与智能卡相关的产品和服务,例如腾讯云物联网平台(https://cloud.tencent.com/product/iotexplorer)可以用于连接和管理智能卡设备,腾讯云安全产品(https://cloud.tencent.com/product/saf)可以提供智能卡的安全认证和...
<PackageIconUrl>https://raw.githubusercontent.com/danm-de/pcsc-sharp/master/pcsc-sharp.png</PackageIconUrl> <PackageIcon>pcsc-sharp.png</PackageIcon> <PackageReadmeFile>README.md</PackageReadmeFile> <EmbedUntrackedSources>true</EmbedUntrackedSources> <IncludeSymbols>true</IncludeSymbols> <Publish...
C# - Write in Smartcard using PCSC-Sharp Good day everyone, I would like to ask on how to write in Smartcard. I just rely on the example given on the documentation but it only has read tag. I follow the examples here in https://github.com/danm-de/pcsc-sharp/blob/master/Examples/...
danm-de / pcsc-sharp Public Notifications Fork 121 Star 409 Code Pull requests Actions Projects Wiki Security Insights New issue Set DefaultMaxReceiveSize to 255 #118 Merged danm-de merged 1 commit into danm-de:master from bschoenfeld:master Aug 23, 2024 ...
Merge branch 'add-pcsc-commands-mifare-example' of https://github.com… … 36233ca Owner danm-de commented Dec 6, 2021 Cool, thanks. danm-de merged commit 7b0414b into danm-de:master Dec 6, 2021 alexander-ts deleted the add-pcsc-commands-mifare-example branch December 7, 2021 04:...
Closes #77 I'm not 100% sure why this is an issue, but I assume .NET Core really does not like casting 8 Byte IntPtr to 4 byte enum without an intermediate step first. This shouldn't break any othe...