Is there an existing issue for this?
Current Behavior
When using a YubiKey 5 NFC on a ACR122U reader (ACS ACR122U PICC Interface 0) the SDK will not return any YubiKeyDevice on YubiKeyDevice.FindAll().
Tests with .\ykman.exe --reader 'ACS ACR122U PICC Interface 0' info will return correct info:

Smartcard Device is shown correctly under Win10 Hardware Manager:

Yubico Authenticator can access the YubiKey:


Expected Behavior
YubiKeyDevice.FindAll() should return device to work with.
Steps To Reproduce
No response
Version
1.10.0
Version
5.4.3
Anything else?
The SmartCardDeviceListener detects the reader and card correctly, but the ISmartCardDeviceExtensions.IsYubicoDevice(...) method will return false because the ProductAtrs.AllYubiKeys.Contains(device.Atr!) will return false, because the ISmartCardDevice.Atr (that is also returned by the SmartCardDevice.GetSmartCardDevices().FirstOrDefault()) is not in the list.
Is there an existing issue for this?
Current Behavior
When using a YubiKey 5 NFC on a ACR122U reader (ACS ACR122U PICC Interface 0) the SDK will not return any YubiKeyDevice on
YubiKeyDevice.FindAll().Tests with

.\ykman.exe --reader 'ACS ACR122U PICC Interface 0' infowill return correct info:Smartcard Device is shown correctly under Win10 Hardware Manager:

Yubico Authenticator can access the YubiKey:


Expected Behavior
YubiKeyDevice.FindAll() should return device to work with.
Steps To Reproduce
No response
Version
1.10.0
Version
5.4.3
Anything else?
The
SmartCardDeviceListenerdetects the reader and card correctly, but theISmartCardDeviceExtensions.IsYubicoDevice(...)method will return false because theProductAtrs.AllYubiKeys.Contains(device.Atr!)will return false, because theISmartCardDevice.Atr(that is also returned by theSmartCardDevice.GetSmartCardDevices().FirstOrDefault()) is not in the list.