6 references to HashSizeInBytes
Microsoft.AspNetCore.DataProtection (1)
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (1)
57
HMACSHA512.
HashSizeInBytes
;
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
374
return HMACSHA512.
HashSizeInBytes
;
System\Security\Cryptography\HMACSHA512.cs (4)
22
static 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>