2 references to HashSizeInBits
System.Security.Cryptography (2)
System\Security\Cryptography\HMACSHA1.cs (2)
29
public const int HashSizeInBytes =
HashSizeInBits
/ 8;
47
Debug.Assert(HashSizeValue ==
HashSizeInBits
);