Values that represent card access modes.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Member name | Description | |
---|---|---|
Direct | Application requires connection to reader whether or not card is present. Implies exclusive access. This is equivalent to the PC/SC constant SCARD_DIRECT. | |
Exclusive | Application requires exclusive access to the card. This is equivalent to the PC/SC constant SCARD_SHARE_EXCLUSIVE. | |
Null | Value of an uninitialized instance of this enumeration. | |
Shared | Application is willing to share access to card with other applications. This is equivalent to the PC/SC constant SCARD_SHARE_SHARED. |