Skip to content

Commit

Permalink
added method links
Browse files Browse the repository at this point in the history
  • Loading branch information
equijano21 committed Oct 13, 2023
1 parent 20b84de commit 3ab705b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Features:
class.

- **SCP03 architecture**. The process for building an SCP03 connection was updated.
The previous method (in the YubiKeyDevice class) is now deprecated, and
the new method simply requires passing in the SCP03 key set to the
The previous method ([Yubico.YubiKey.YubiKeyDeviceExtensions.WithScp03()](xref:Yubico.YubiKey.YubiKeyDeviceExtensions.WithScp03%28Yubico.YubiKey.YubiKeyDevice%2CYubico.YubiKey.Scp03.StaticKeys%29)) is now deprecated, and
the new method ([Yubico.YubiKey.IYubiKeyDevice.ConnectScp03()](xref:Yubico.YubiKey.IYubiKeyDevice.ConnectScp03%28Yubico.YubiKey.YubiKeyApplication%2CYubico.YubiKey.Scp03.StaticKeys%29)) simply requires passing in the SCP03 key set to the
PivSession constructor. It is also possible to build an
IYubiKeyConnection that uses SCP03.
IYubiKeyConnection that uses SCP03 via [Yubico.YubiKey.Piv.PivSession()](xref:Yubico.YubiKey.Piv.PivSession.%23ctor%28Yubico.YubiKey.IYubiKeyDevice%2CYubico.YubiKey.Scp03.StaticKeys%29).

- **SCP03 documentation**. The User's Manual article on SCP03 was
updated to provide more comprehensive information.
Expand Down

0 comments on commit 3ab705b

Please sign in to comment.