Hello everyone,
I am currently trying to get started with pkcs11Interop. I've encountered a first error while trying to load the pkcs#11library dll of belgian eid cards.
Here's the error when i run the "getting started with pkcs11interop" program available at this address
https://github.com/Pkcs11Interop/Pkcs11Interop/blob/master/doc/GETTING_STARTED.mdUnhandled Exception: Net.Pkcs11Interop.Common.UnmanagedException: Unable to load library
at Net.Pkcs11Interop.Common.UnmanagedLibrary.Load(String fileName)
at Net.Pkcs11Interop.LowLevelAPI80.Pkcs11..ctor(String libraryPath)
at Net.Pkcs11Interop.HighLevelAPI80.Pkcs11..ctor(String libraryPath, AppType appType)
at Net.Pkcs11Interop.HighLevelAPI.Pkcs11..ctor(String libraryPath, AppType appType)
at ConsoleApplication1.Program.Main(String[] args) in /home/gchaste/Documents/boss/pkcsinterop Tests/program.cs:line 20
The pkcs#11 library files i want to load (beid_ff_pkcs11_32.dll) were found in the installation folder of the belgian eid reader software. I am confident the Pkcs11LibraryPath variable is correctly set to the dll file path.
What is do I miss here?
Thank you for your answer.
Gauvain Chaste