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