6 references to HashSizeInBytes
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (1)
229
Debug.Assert(written == MD5.
HashSizeInBytes
);
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
448
Debug.Assert(written == MD5.
HashSizeInBytes
);
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
78
digestLengthInBytes = MD5.
HashSizeInBytes
;
System\Security\Cryptography\CryptographicOperations.cs (1)
1094
return MD5.
HashSizeInBytes
;
System\Security\Cryptography\MD5.cs (1)
24
static int IHashStatic.HashSizeInBytes =>
HashSizeInBytes
;
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
26
Span<byte> destination = stackalloc byte[
HashSizeInBytes
];