8 references to HashSizeInBytes
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (3)
384Debug.Assert(written == HMACMD5.HashSizeInBytes); 664Span<byte> sessionBaseKey = stackalloc byte[HMACMD5.HashSizeInBytes]; 666Debug.Assert(sessionKeyWritten == HMACMD5.HashSizeInBytes);
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
390return HMACMD5.HashSizeInBytes;
System\Security\Cryptography\HMACMD5.cs (4)
22static int IHMACStatic.HashSizeInBytes => HashSizeInBytes; 303/// <paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />. 336/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para> 378/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para>