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

Name Description
Public property ATR Answer to reset (ATR) of the powered-up card that is currently inserterd or detected by the card reader.
Public property CardName The name of the card.
Public property ErrorCode Error code.
Public property ErrorMessage Error message that can be populated if anything unexpected happens inside the card module. Use this whenever the caller receives an unexpected return value. Example: empty byte array.
Public property IsReady Indicates that the card module is ready to process further commands. This means that the card is powered up and likely to be the expected card type.
Public property LicenseInfo Default implementation of a LicenseInfo string
Public property ModuleCardHandle ModuleCardHandle provides access to the internal SmartCardAPI CardHandle.
Public property Version The card module version.
Public property VersionInfo Quick access to the CardModule name, Version and license type. base class.
Top