5 references to HashSizeInBytes
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
366return HMACSHA256.HashSizeInBytes;
System\Security\Cryptography\HMACSHA256.cs (4)
22static int IHMACStatic.HashSizeInBytes => HashSizeInBytes; 288/// <paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />. 319/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para> 359/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para>