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

Name Description
Public property 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.
Public property AssignedName Name that was assigned to this card terminal configuration.
Public property 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.
Public property Config configuration data passed to the ICardTerminal interface when the card terminal is initialized. Default: empty string.
Public property Enabled Controls whether this card terminal shall be actually employed by the CardTerminalManager or not.
Public property Type Indicates the standard card terminal type.
Public property 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.
Top