我在哪里可以找到 cherry SmartTerminal ST-1144 的 PKCS11 非托管库

Where can i find the PKCS11 unmanaged library for the cherry SmartTerminal ST-1144

我想使用 cherry SmartTerminal ST-1144 以便最终使用来自智能卡的证书签署 pdf 文档。 我确实使用 .net PKCS11Interop。在以下代码中,我需要为 Cherry SmartTerminal ST-1144 提供非托管 PKCS11 库:

            using (IPkcs11Library pkcs11Library = factories.Pkcs11LibraryFactory.LoadPkcs11Library(factories, pkcs11LibraryPath, AppType.MultiThreaded))

我的问题是我不知道在哪里可以找到这个非托管库。我已经安装了 cherry 提供的软件,但是可以加载列出的 dll 中的 none。 错误总是

Net.Pkcs11Interop.Common.UnmanagedException: 'Unable to load library. Error code: 0x0000007E. Error detail: The specified module could not be found'

我猜这些不是兼容的库。 我也尝试联系 cherry 的支持,但到目前为止没有成功。

任何想法

PKCS#11 库不是卡 reader 的驱动程序(在您的情况下是 Cherry SmartTerminal ST-1144)。 PKCS#11 库是卡的驱动程序。所以我非常怀疑这样的库是作为 Cherry 提供的软件包的一部分安装的。它应该作为智能卡附带的软件的一部分安装。