問題タブ [yubico]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
113 参照

c# - UWP C# アプリで Yubikey を使用して PIV で PDF に署名する方法は?

Windows アプリ (UWP Xamarin C# .NET) に PIV を使用して YubiKey HSM を実装しようとしています。YubiKey FIPS と通信する方法をいくつか見つけましたが、うまくいきませんでした。Yubico サイトで提案されているように、Pkcs11Interop nuget パッケージで PKCS11 を試しました。

https://developers.yubico.com/yubico-piv-tool/YKCS11/

Pkcs11Interop GitHub ( https://github.com/Pkcs11Interop/Pkcs11Interop/blob/master/doc/GETTING_STARTED.md )にある例を試してみました。

しかし、実行しようとすると、「メソッド C_GetSlotList が CKR_DEVICE_ERROR を返しました」というエラーがスローされます。

この問題を解決するのを手伝ってくれるか、この実装に役立つライブラリ/コード サンプルを提供してください。

前もって感謝します。