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