3 references to HashSizeInBits
System.Security.Cryptography (3)
System\Security\Cryptography\MD5.cs (2)
30public const int HashSizeInBytes = HashSizeInBits / 8; 34HashSizeValue = HashSizeInBits;
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
19HashSizeValue = HashSizeInBits;