Skip to content

Commit 3e6914b

Browse files
committed
Cleanup.
1 parent ae929c2 commit 3e6914b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosAuthenticationToken.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
using NtApiDotNet.Utilities.ASN1;
1616
using System;
17-
using System.Collections.Generic;
1817
using System.IO;
1918

2019
namespace NtApiDotNet.Win32.Security.Authentication.Kerberos
@@ -133,7 +132,6 @@ internal static bool TryParse(byte[] data, int token_count, bool client, out Ker
133132
return false;
134133
}
135134

136-
// TODO: Need to select out the different types of authentication tokens.
137135
token = new KerberosAuthenticationToken(data, values, KerberosMessageType.UNKNOWN);
138136
return true;
139137
}

0 commit comments

Comments
 (0)