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