3 references to nego2Signature
System (3)
net\System\Net\_NegotiateClient.cs (3)
46int blobBegin = index + (useNego2 ? nego2Signature.Length : negotiateSignature.Length); 195int blobBegin = index + (useNego2 ? nego2Signature.Length : negotiateSignature.Length); 245index = AuthenticationManager.FindSubstringNotInQuotes(challenge, nego2Signature);