5 references to HashSizeInBytes
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
370return HMACSHA384.HashSizeInBytes;
System\Security\Cryptography\HMACSHA384.cs (4)
22static int IHMACStatic.HashSizeInBytes => HashSizeInBytes; 305/// <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> 376/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para>