5 references to ChallengeResponseLength
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (5)
626ChallengeResponseLength + 658SetField(ref response.LmChallengeResponse, ChallengeResponseLength, payloadOffset); 659payload.Slice(payloadOffset, ChallengeResponseLength).Clear(); 660payloadOffset += ChallengeResponseLength; 665Debug.Assert(payloadOffset == sizeof(AuthenticateMessage) + ChallengeResponseLength + sizeof(NtChallengeResponse) + targetInfoBuffer.Length);