Documentation for this section has not yet been entered.
Remarks
To be added.
Classes
| Type | Reason |
|---|
| ChallengeResponse | Implements the Challenge Response mechanism for NTLM v1. |
| MessageBase | The NTLM challenge response is a series of three messages exchanged between a client and a server. This class implements the basic and common functionalities for the three messages type. |
| NtlmFlags | Flags used in the different messages during a NTLM challenge response. |
| Type1Message | A Type1 message is used by a client to identify (host, domain) itself to a server and to negotiate the challenge/response parameters (flags). |
| Type2Message | A Type2 message is used by a server to return a nonce (a random value) as a challenge to the client to negotiate the challenge/response parameters (flags). |
| Type3Message | A Type3 message is used by a client to answer the challenge issued by the server. |