Using smartcard through rdp (Raspberry) [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 01:03:42

Your problem is most likely caused by a built-in feature of winscard.dll library which represents PC/SC layer (low level subsystem providing access to the smartcard readers) in MS Windows. When winscard.dll detects there is an RDP session open, it disables access to the local readers, redirects all calls to the remote client and by doing this it effectively provides access only to the readers connected to the RDP client machine.

I am aware of three solutions that can prevent PC/SC redirection:

  1. Don't use RDP. This is the EASIEST, CHEAPEST and CLEANEST solution. Really!
  2. Ask your card vendor to replace PC/SC (winscard.dll) in middleware with something else. Good luck with that!
  3. STRONGLY DISCOURAGED: You can hack your winscard.dll library and disable redirection feature.

Personally I always stick with the first option - easiest, cheapest and cleanest solution.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!