我正在Windows 10上使用.NET标准2.0,我正在尝试安装和使用Yubico.Yubikey软件包(Yubico.Yubikey 1.3.1)。Yubico.Yubikey.dll和一个Yubico.DotNetPolyfills.dll)。at Yubico.Core.Devices.SmartCard.SmartCardDeviceListener.Create() a
基本上,我正在包装yubico u2f库,使其更易于使用。我所遇到的问题是,除了异常,我想从我的API向后端服务器抛出com.yubico.u2f.exceptions.NoEligableDevicesException异常,但我不希望我的用户(后端开发人员)看到或导入yubico库。;
public class NoEligableDevicesException extends com.yubico.u2f.exceptions.NoEligableDevicesExceptionDeviceRegistratio