mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 02:37:49 +02:00
AuthenticateMessage: Added comments
This commit is contained in:
parent
017a96240f
commit
efc8c683ea
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ namespace SMBLibrary.Authentication
|
||||||
|
|
||||||
public string Signature; // 8 bytes
|
public string Signature; // 8 bytes
|
||||||
public MessageTypeName MessageType;
|
public MessageTypeName MessageType;
|
||||||
public byte[] LmChallengeResponse;
|
public byte[] LmChallengeResponse; // 1 byte for anonymous authentication, 24 bytes for NTLM v1, NTLM v1 Extended Security and NTLM v2.
|
||||||
public byte[] NtChallengeResponse;
|
public byte[] NtChallengeResponse; // 0 bytes for anonymous authentication, 24 bytes for NTLM v1 and NTLM v1 Extended Security, >= 48 bytes for NTLM v2.
|
||||||
public string DomainName;
|
public string DomainName;
|
||||||
public string UserName;
|
public string UserName;
|
||||||
public string WorkStation;
|
public string WorkStation;
|
||||||
|
|
Loading…
Add table
Reference in a new issue