7 references to HashSizeInBytes
Microsoft.AspNetCore.Identity.FunctionalTests (1)
src\Identity\Extensions.Core\src\Rfc6238AuthenticationService.cs (1)
51Span<byte> hash = stackalloc byte[HMACSHA1.HashSizeInBytes];
Microsoft.Extensions.Identity.Core (1)
Rfc6238AuthenticationService.cs (1)
51Span<byte> hash = stackalloc byte[HMACSHA1.HashSizeInBytes];
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
362return HMACSHA1.HashSizeInBytes;
System\Security\Cryptography\HMACSHA1.cs (4)
23static int IHMACStatic.HashSizeInBytes => HashSizeInBytes; 296/// <paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />. 327/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para> 367/// <para><paramref name="hash"/> has a length not equal to <see cref="HashSizeInBytes" />.</para>