1 write to _sha1
mscorlib (1)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
78_sha1 = new SHA1CryptoServiceProvider();
10 references to _sha1
mscorlib (10)
system\security\cryptography\dsacryptoserviceprovider.cs (10)
244byte[] hashVal = _sha1.ComputeHash(inputStream); 249byte[] hashVal = _sha1.ComputeHash(buffer); 254byte[] hashVal = _sha1.ComputeHash(buffer, offset, count); 259byte[] hashVal = _sha1.ComputeHash(rgbData); 284return _sha1.ComputeHash(data, offset, count); 298return _sha1.ComputeHash(data); 310if (rgbHash.Length != _sha1.HashSize / 8) 311throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidHashSize", "SHA1", _sha1.HashSize / 8)); 332if (rgbHash.Length != _sha1.HashSize / 8) 333throw new CryptographicException(Environment.GetResourceString("Cryptography_InvalidHashSize", "SHA1", _sha1.HashSize / 8));