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

Name Description
Public method Connect(CardIdentifier) Smart connect method to check if the requested card type/technology is supported on library and reader level. We ensure that we are connected to a genuine card. For readers that don't come with a PCSC2 compatible driver, pcsc2enabled needs to be set to false.
Public method Disconnect() Disconnects the card. This also releases internal, native resources.
Public method GetCardStandardIdentifier() Gets card standard identifier.
Top