2 references to HashSizeInBits
System.Security.Cryptography (2)
System\Security\Cryptography\HMACMD5.cs (2)
38
public const int HashSizeInBytes =
HashSizeInBits
/ 8;
58
Debug.Assert(HashSizeValue ==
HashSizeInBits
);