Maxime C.
Maxime C.
This looks related to #9.... Not sure why as this is not even a DllImport issue (yet 😅) which requires the native dlls to be somewhere in the PATH. LibLogicalAccessNet...
Can you list all your .NET versions currently installed @YoNevelt? LibLogicalAccessNet/LibLogicalAccessNetCE is built targeting netstandard2.0, so you need at least one of the following runtime: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0 (Select .NET Standard version)...
Sure you're welcome @kaczorws. Thanks for pushing it ahah. *Force Card Type* may or may not be required depending of your Yubikey model and configuration (it is automatically resolved according...
Just to be sure, is the feature working as expected with a fresh new database and your issue only about encryption key compatibility with KeeChallenge/ykDroid?
Thanks for the feedback @viktoriasee > * writing the key to the RFID chip should not overwrite keys and applications that are already stored there Agreed. > * there should...
On Windows, such decision is the role of `dwScope` parameter on `SCardEstablishContext` which is currently unused on pcsclite afaik. Its probably implicit on the discussion for you guys, but I...
Not necessary, this is done by the system automatically (at least from a PC/SC user point of view). I guess that's why `SCARD_LOCAL_READERS` and `SCARD_SYSTEM_READERS` are considered internal lists by...
In your WebSocketBehavior implementation class, call `this.Sessions.CloseSession(sessionId)` where **sessionId** is the session to close. EDIT: `this.ID` to get the current session identifier.
Yeah Mifare Plus are not well supported, see #1. We added such chip support a decade ago but we are not testing it anymore as we used to "not like"...
1. Conan is the tool used to manage dependencies and generate proper build environments. It could be built without Conan with proper manual installation of dependencies, as it was before...