The following tables list the members exposed by the CardTerminalConfig type.
Name | Description | |
---|---|---|
![]() |
AssemblyName | The assembly name of the assembly that contains the class that implements the ICardTerminal interface for this card terminal. This assembly will be loaded in order to instantiate ClassName when it is started up. |
![]() |
AssignedName | Name that was assigned to this card terminal configuration. |
![]() |
ClassName | The fully qualified class name of the class that implements the ICardTerminal interface for this card terminal. This class will be instantiated by the CardTerminalManager when it is started up. |
![]() |
Config | configuration data passed to the ICardTerminal interface when the card terminal is initialized. Default: empty string. |
![]() |
Enabled | Controls whether this card terminal shall be actually employed by the CardTerminalManager or not. |
![]() |
Type | Indicates the standard card terminal type. |
![]() |
UseSecurePin | Controls whether the PC/SC class 2 functionality shall be used or not. Defaults to true, i.e. class 2 functionality will be used if available. |