Scope of the card context. Used to designate the scope of access desired within a given
smart card resource manager context.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Member name | Description | |
---|---|---|
System | Operate within the system-wide scope. This is equivalent to the PC/SC constant SCARD_SCOPE_SYSTEM. | |
Terminal | Operate within the scope of a terminal. This is equivalent to the PC/SC constant SCARD_SCOPE_TERMINAL. Although this constant is defined by PC/SC and in the Win32 header files, it appears to be unsupported. | |
User | Operate within the user’s scope. This is equivalent to the PC/SC constant SCARD_SCOPE_USER. |