mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 18:57:48 +02:00
NTLMv2ClientChallengeStructure: Added comments
This commit is contained in:
parent
4bd6bbd882
commit
d9b661f829
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2014 Tal Aloni <tal.aloni.il@gmail.com>. All rights reserved.
|
||||
/* Copyright (C) 2014-2017 Tal Aloni <tal.aloni.il@gmail.com>. All rights reserved.
|
||||
*
|
||||
* You can redistribute this program and/or modify it under the terms of
|
||||
* the GNU Lesser Public License as published by the Free Software Foundation,
|
||||
|
@ -20,8 +20,10 @@ namespace SMBLibrary.Authentication
|
|||
|
||||
public byte ResponseVersion;
|
||||
public byte ResponseVersionHigh;
|
||||
// 6 zero bytes
|
||||
public DateTime Time;
|
||||
public byte[] ClientChallenge;
|
||||
// 4 zero bytes
|
||||
public byte[] ClientChallenge; // 8-byte challenge message generated by the client
|
||||
public KeyValuePairList<AVPairKey, byte[]> AVPairs;
|
||||
|
||||
public NTLMv2ClientChallengeStructure()
|
||||
|
|
Loading…
Add table
Reference in a new issue