mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-01 23:43:16 +02:00
NTLMAuthenticationHelper: Calculate Authentication message MIC
This commit is contained in:
parent
99ae36da55
commit
64aca73d8a
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ namespace SMBLibrary.Client
|
|||
sessionKey = keyExchangeKey;
|
||||
}
|
||||
|
||||
authenticateMessage.CalculateMIC(sessionKey, negotiateMessageBytes, challengeMessageBytes);
|
||||
return authenticateMessage.GetBytes();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue