4 references to DigestLength
System.Net.Security (4)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (4)
374Span<byte> pwHash = stackalloc byte[DigestLength]; 402Debug.Assert(ntlm2hash.Length == DigestLength); 420hmac.AppendData(blob.Slice(DigestLength)); 635Span<byte> ntlm2hash = stackalloc byte[DigestLength];