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

Name Description
Public method Authenticate(int, int, int) Authenticates.
Public method Connect(CardIdentifier) (inherited from CardModuleBase).
Public method Decrement(int, int) Updates Mifare value block.
Public method Disconnect (inherited from CardModuleBase).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetCardSerialNumber() Gets the CardSerialNumber.
Public method GetCardStandardIdentifier (inherited from CardModuleBase).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method IsLicensed(String) (inherited from CardModuleBase).
Protected method IsValidCardIdentifier(CardIdentifier) Implemenmts CardModuleBase method to determine if the requested card type is supported and currently available.
Protected method IsValidReader(CardIdentifier) (inherited from CardModuleBase).
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.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Read(int, int) Reads.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Write(int, byte[]) Writes a data blok to the card
Top