A mifare classic card.
Namespace:
CardWerk.SmartCard.CardModule.MifareClassic
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Top
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 | |
|---|---|---|
|
ATR | (inherited from CardModuleBase). |
|
CardName | (inherited from CardModuleBase). |
|
ErrorCode | (inherited from CardModuleBase). |
|
ErrorMessage | (inherited from CardModuleBase). |
|
IsReady | (inherited from CardModuleBase). |
|
LicenseInfo | (inherited from CardModuleBase). |
|
MemoryMap | Gets or sets the memory map. |
|
ModuleCardHandle | (inherited from CardModuleBase). |
|
UID | Gets the UID. |
|
Version | |
|
VersionInfo | (inherited from CardModuleBase). |
| Name | Description | |
|---|---|---|
|
Authenticate(int, int, int) | Authenticates. |
|
Connect(CardIdentifier) | (inherited from CardModuleBase). |
|
Decrement(int, int) | Updates Mifare value block. |
|
Disconnect | (inherited from CardModuleBase). |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetCardSerialNumber() | Gets the CardSerialNumber. |
|
GetCardStandardIdentifier | (inherited from CardModuleBase). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
IsLicensed(String) | (inherited from CardModuleBase). |
|
IsValidCardIdentifier(CardIdentifier) | Implemenmts CardModuleBase method to determine if the requested card type is supported and currently available. |
|
IsValidReader(CardIdentifier) | (inherited from CardModuleBase). |
|
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. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
Read(int, int) | Reads. |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
|
Write(int, byte[]) | Writes a data blok to the card |
CardWerk.SmartCard.CardModule.MifareClassic.MifareClassicCard