3 references to HashSizeInBits
System.Security.Cryptography (3)
System\Security\Cryptography\SHA256.cs (2)
36public const int HashSizeInBytes = HashSizeInBits / 8; 40HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
22HashSizeValue = HashSizeInBits;