A mifare classic card.
Namespace:
CardWerk.SmartCard.CardModule.MifareClassic
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Top
Top
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Public Class MifareClassicCard
Inherits CardModuleBase
This language is not supported or no code example is available.
public class MifareClassicCard : CardModuleBase
This language is not supported or no code example is available.
public ref class MifareClassicCard : public CardModuleBase^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
MifareClassicCard(CardHandle) | Constructor for high-level Mifare card access. |
| Name | Description | |
|---|---|---|
|
Authenticate(int, int, int) | Authenticates to a Mifare card memory block. |
|
Decrement(int, int) | Updates Mifare value block. |
|
GetCardSerialNumber() | Gets the CardSerialNumber. |
|
LoadKey(int, int, byte[]) | Loading card key to reader key slot using standard PCSC functions. The caller must set key structure/number to a setting that works well with their reader. |
|
Read(int, int) | Reads memory block. |
|
Write(int, byte[]) | Writes a data block to the card |