The following tables list the members exposed by the MifareClassicCard type.

Name Description
Public method Authenticate(int, int, int) Authenticates to a Mifare card memory block.
Public method Decrement(int, int) Updates Mifare value block.
Public method GetCardSerialNumber() Gets the CardSerialNumber.
Public method 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.
Public method Read(int, int) Reads memory block.
Public method Write(int, byte[]) Writes a data block to the card
Top