I'm trying to implement YubiKey HSM using PIV for my windows app (UWP Xamarin C# .NET). I found a couple of ways to communicate with my YubiKey FIPS but it didn't worked out well. As suggested in the Yubico site, I tried with PKCS11 with Pkcs11Interop nuget package.
https://developers.yubico.com/yubico-piv-tool/YKCS11/
I tried out the example given in the Pkcs11Interop GitHub (https://github.com/Pkcs11Interop/Pkcs11Interop/blob/master/doc/GETTING_STARTED.md).
But it throws "Method C_GetSlotList returned CKR_DEVICE_ERROR" this error when I tried running.
Please help me to sort out this issue or provide me with a library/code sample which may help me in this implementation.
Thanks in Advance.