6 references to DigestLength
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (6)
239[InlineArray(DigestLength)] 272[InlineArray(DigestLength)] 428Span<byte> pwHash = stackalloc byte[DigestLength]; 456Debug.Assert(ntlm2hash.Length == DigestLength); 474hmac.AppendData(blob.Slice(DigestLength)); 689Span<byte> ntlm2hash = stackalloc byte[DigestLength];