5 references to HashSizeInBytes
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
378return HMACSHA3_256.HashSizeInBytes;
System\Security\Cryptography\HMACSHA3_256.cs (4)
19static int IHMACStatic.HashSizeInBytes => HashSizeInBytes; 324/// <paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />. 358/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para> 401/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para>