mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-04 00:33:18 +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
|
* 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,
|
* the GNU Lesser Public License as published by the Free Software Foundation,
|
||||||
|
@ -20,8 +20,10 @@ namespace SMBLibrary.Authentication
|
||||||
|
|
||||||
public byte ResponseVersion;
|
public byte ResponseVersion;
|
||||||
public byte ResponseVersionHigh;
|
public byte ResponseVersionHigh;
|
||||||
|
// 6 zero bytes
|
||||||
public DateTime Time;
|
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 KeyValuePairList<AVPairKey, byte[]> AVPairs;
|
||||||
|
|
||||||
public NTLMv2ClientChallengeStructure()
|
public NTLMv2ClientChallengeStructure()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue