5 references to ChallengeResponseLength
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (5)
611ChallengeResponseLength + 643SetField(ref response.LmChallengeResponse, ChallengeResponseLength, payloadOffset); 644payload.Slice(payloadOffset, ChallengeResponseLength).Clear(); 645payloadOffset += ChallengeResponseLength; 650Debug.Assert(payloadOffset == sizeof(AuthenticateMessage) + ChallengeResponseLength + sizeof(NtChallengeResponse) + targetInfoBuffer.Length);