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