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