Beispiel #1
0
        public U2FHidKeyFactory([NotNull] IHidDeviceFactory deviceFactory)
        {
            if (deviceFactory == null)
            {
                throw new ArgumentNullException(nameof(deviceFactory));
            }

            this.deviceFactory = deviceFactory;
        }
        public U2FHidKeyFactory([NotNull] IHidDeviceFactory deviceFactory)
        {
            if (deviceFactory == null)
            {
                throw new ArgumentNullException(nameof(deviceFactory));
            }

            this.deviceFactory = deviceFactory;
        }