Пример #1
0
        public static List <string> GetAllFIDODevicePaths()
        {
            List <string> devices = new List <string>();

            devices.AddRange(CTAPHID.GetAllFIDODevices().Select(d => d.DevicePath).ToList());
            return(devices);
        }