mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 02:37:49 +02:00
Renamed AuthenticationTests to NTLMAuthenticationTests
This commit is contained in:
parent
de6458ca5f
commit
72a6ac2297
2 changed files with 2 additions and 2 deletions
|
@ -530,8 +530,8 @@
|
|||
<Compile Include="SMB2\Structures\FileID.cs" />
|
||||
<Compile Include="SMB2\Structures\LockElement.cs" />
|
||||
<Compile Include="SMB2\Structures\NegotiateContext.cs" />
|
||||
<Compile Include="Tests\AuthenticationTests.cs" />
|
||||
<Compile Include="Tests\NetBiosTests.cs" />
|
||||
<Compile Include="Tests\NTLMAuthenticationTests.cs" />
|
||||
<Compile Include="Tests\RC4Tests.cs" />
|
||||
<Compile Include="Tests\RPCTests.cs" />
|
||||
<Compile Include="Utilities\LogEntry.cs" />
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace SMBLibrary
|
|||
/// <summary>
|
||||
/// [MS-NLMP] Tests
|
||||
/// </summary>
|
||||
public class AuthenticationTests
|
||||
public class NTLMAuthenticationTests
|
||||
{
|
||||
public static bool LMv1HashTest()
|
||||
{
|
Loading…
Add table
Reference in a new issue