2.2.2.2.4 CalculateNtResponse
When populating this field of the NtlmCredIsoRemoteInput structure, the CallId field MUST be set to RemoteCallNtlmCalculateNtResponse.
-
struct { PNT_CHALLENGE NtChallenge; PMSV1_0_REMOTE_ENCRYPTED_SECRETS Credential; } CalculateNtResponse;
NtChallenge: The challenge sent by the server.
Credential: The NTLM credentials from which to generate a response.
When populating this field of the NtlmCredIsoRemoteOutput structure, the CallId field MUST be set to RemoteCallNtlmCalculateNtResponse.
-
struct { NT_RESPONSE NtResponse; } CalculateNtResponse;
NtResponse: The NTLMv1 response, generated as specified in [MS-NLMP].