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