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

Name Description
Public property AccessMode Selects the PC/SC access mode that will be used by the card connection. The default access mode is SHARED unless set otherwise in the registry. It can be changed to EXCLUSIVE by the HKLM\SOFTWARE\Subsembly\SmartCard\SharedAccess key. "1" or no key means SHARED any other value translates to EXCLUSIVE.
Public property CardComm Reference to SCardComm that is used by this class. Don't use this reference unless absolutely necessary.
Public property CardResourceManager Reference to SCardResourceManager that is used by this class. Don't use this reference unless absolutely necessary.
Public property Config Boilerplate implementation of ICardTerminal.Config that simply returns the value of the protected member m_aConfig. (inherited from CardTerminalBase).
Public property FunctionalUnits Boilerplate implementation of ICardTerminal.FunctionalUnits that simply returns the value of the protected member m_nFunctionalUnits. (inherited from CardTerminalBase).
Public property InternalName Boilerplate implementation of ICardTerminal.InternalName that simply returns the value of the protected member m_sInternalName. (inherited from CardTerminalBase).
Public property IsClass2 Gets a value indicating whether this object is class 2.
Public property ManufacturerName Boilerplate implementation of ICardTerminal.ManufacturerName that simply returns the value of the protected member m_sManufacturerName. (inherited from CardTerminalBase).
Public property PhysicalConnection Boilerplate implementation of ICardTerminal.PhysicalConnection that simply returns the value of the protected member m_sPhysicalConnection. (inherited from CardTerminalBase).
Public property ProductAdditionalInfo Boilerplate implementation of ICardTerminal.ProductAdditionalInfo that simply returns the value of the protected member m_sProductAdditionalInfo. (inherited from CardTerminalBase).
Public property ProductName Boilerplate implementation of ICardTerminal.ProductName that simply returns the value of the protected member m_sProductName. (inherited from CardTerminalBase).
Public property ProductSerialNumber Boilerplate implementation of ICardTerminal.ProductSerialNumber that simply returns the value of the protected member m_sProductSerialNumber. (inherited from CardTerminalBase).
Public property ProductVersion Boilerplate implementation of ICardTerminal.ProductVersion that simply returns the value of the protected member m_sProductVersion. (inherited from CardTerminalBase).
Public property Slots Boilerplate implementation of ICardTerminal.Slots that simply returns the value of the protected member m_nSlots. (inherited from CardTerminalBase).
Public property UserSlots Boilerplate implementation of ICardTerminal.UserSlots that simply returns the value of the protected member m_nUserSlots. (inherited from CardTerminalBase).
Top