2 references to SHA1_HASHSIZE
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (2)
234if (rgbHash.Length != SHA1_HASHSIZE) 235throw new CryptographicException(SR.Format(SR.Cryptography_InvalidHashSize, "SHA1", SHA1_HASHSIZE));