Skip to content

Commit 78b1f2c

Browse files
committed
misc: remove add default management key
1 parent 7bca86e commit 78b1f2c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ namespace Yubico.YubiKey.Piv
2424
// operations.
2525
public sealed partial class PivSession : IDisposable
2626
{
27-
private static readonly Memory<byte> DefaultManagementKey = new byte[]
28-
{
29-
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
30-
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
31-
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
32-
};
33-
3427
/// <summary>
3528
/// This specifies the algorithm of the management key.
3629
/// </summary>

0 commit comments

Comments
 (0)