6 references to HashSizeInBytes
Microsoft.AspNetCore.DataProtection (1)
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (1)
57HMACSHA512.HashSizeInBytes;
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
374return HMACSHA512.HashSizeInBytes;
System\Security\Cryptography\HMACSHA512.cs (4)
22static int IHMACStatic.HashSizeInBytes => HashSizeInBytes; 302/// <paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />. 333/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para> 373/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para>