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