Skip to content

Commit cf4b0ed

Browse files
committed
docs:
fixed xref in whats-new.md removed unused docs
1 parent b814659 commit cf4b0ed

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Bug Fixes:
3838

3939
- The [PivSession.ChangeManagementKey](xref:Yubico.YubiKey.Piv.PivSession.ChangeManagementKey(Yubico.YubiKey.Piv.PivTouchPolicy)) method was incorrectly assuming Triple-DES was the default management key algorithm for FIPS keys. The SDK now verifies the management key alorithm based on key type and firmware version. ([#162](https://github.com/Yubico/Yubico.NET.SDK/pull/162))
4040
- The SDK now correctly sets the IYubiKeyDeviceInfo property [IsSkySeries](xref:Yubico.YubiKey.IYubiKeyDeviceInfo.IsSkySeries) to True for YubiKey Security Key Series Enterprise Edition keys. ([#158](https://github.com/Yubico/Yubico.NET.SDK/pull/158))
41-
- Exceptions are now caught when running [PivSession.Dispose](xref:Yubico.YubiKey.Piv.PivSession.Dispose). This fixes an issue where the Dispose method could not close the Connection in the event of a disconnected YubiKey. ([#104](https://github.com/Yubico/Yubico.NET.SDK/issues/104))
41+
- Exceptions are now caught when running PivSession.Dispose. This fixes an issue where the Dispose method could not close the Connection in the event of a disconnected YubiKey. ([#104](https://github.com/Yubico/Yubico.NET.SDK/issues/104))
4242
- A dynamic DLL resolution based on process architecture (x86/x64) has been implemented for NativeShims.dll. This fixes a reported issue with the NativeShims.dll location for 32-bit processes. ([#154](https://github.com/Yubico/Yubico.NET.SDK/pull/154))
4343

4444
Deprecations:

Yubico.YubiKey/src/Yubico/YubiKey/Piv/PivSession.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ public PivSession(IYubiKeyDevice yubiKey, ScpKeyParameters? keyParameters = null
224224
/// </remarks>
225225
public Func<KeyEntryData, bool>? KeyCollector { get; set; }
226226

227-
/// <summary>
228-
/// When the PivSession object goes out of scope, this method is called.
229-
/// It will close the session. The most important function of closing a
230-
/// session is to "un-authenticate" the management key and "un-verify"
231-
/// the PIN.
232-
/// </summary>
233227
protected override void Dispose(bool disposing)
234228
{
235229
if (disposing)

0 commit comments

Comments
 (0)