2 references to HashSizeInBits
System.Security.Cryptography (2)
System\Security\Cryptography\HMACSHA256.cs (2)
35
public const int HashSizeInBytes =
HashSizeInBits
/ 8;
53
Debug.Assert(HashSizeValue ==
HashSizeInBits
);