3 references to HashSizeInBits
System.Security.Cryptography (3)
System\Security\Cryptography\SHA1.cs (2)
29public const int HashSizeInBytes = HashSizeInBits / 8; 33HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
22HashSizeValue = HashSizeInBits;