Yubico / Yubico.NET.SDK

A YubiKey SDK for .NET developers
Apache License 2.0
96 stars 48 forks source link

Adding functionality to read additional pages of device info #90

Closed DennisDyallo closed 1 month ago

DennisDyallo commented 1 month ago

Description

Adding functionality to read additional pages of device info Fields added

Also deprecating

  1. https://github.com/Yubico/Yubico.NET.SDK/blob/develop/Yubico.YubiKey/src/Yubico/YubiKey/Otp/Commands/GetDeviceInfoCommand.cs
  2. https://github.com/Yubico/Yubico.NET.SDK/blob/develop/Yubico.YubiKey/src/Yubico/YubiKey/Otp/Commands/GetDeviceInfoResponse.cs
  3. https://github.com/Yubico/Yubico.NET.SDK/blob/develop/Yubico.YubiKey/src/Yubico/YubiKey/U2f/Commands/GetDeviceInfoCommand.cs
  4. https://github.com/Yubico/Yubico.NET.SDK/blob/develop/Yubico.YubiKey/src/Yubico/YubiKey/U2f/Commands/GetDeviceInfoResponse.cs
  5. https://github.com/Yubico/Yubico.NET.SDK/blob/develop/Yubico.YubiKey/src/Yubico/YubiKey/Management/Commands/GetDeviceInfoCommand.cs
  6. https://github.com/Yubico/Yubico.NET.SDK/blob/develop/Yubico.YubiKey/src/Yubico/YubiKey/Management/Commands/GetDeviceInfoResponse.cs

Type of change

Please delete options that are not relevant.

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test configuration:

Checklist:

DennisDyallo commented 1 month ago

fyi @equijano21