20 references to ComputeHash
mscorlib (5)
system\io\isolatedstorage\isolatedstorage.cs (1)
232byte[] b = sha1.ComputeHash(s);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2229return Path.ToBase32StringSuitableForDirName(new SHA1CryptoServiceProvider().ComputeHash(ms));
system\security\cryptography\dsacryptoserviceprovider.cs (2)
244byte[] hashVal = _sha1.ComputeHash(inputStream); 298return _sha1.ComputeHash(data);
system\security\cryptography\rsacryptoserviceprovider.cs (1)
314byte[] hashVal = hash.ComputeHash(inputStream);
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
208hashData = hashAlgorithm.ComputeHash(fileStream);
System.Activities (1)
System\Activities\Debugger\Symbol\SymbolHelper.cs (1)
101checksum = hashAlgorithm.ComputeHash(streamReader.BaseStream);
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
419hash = sha1.ComputeHash(s);
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
391actualHash = sha1.ComputeHash(canonicalizedXml.GetOutput() as MemoryStream);
System.Security (2)
system\security\cryptography\xml\reference.cs (1)
443hashval = m_hashAlgorithm.ComputeHash(hashInputStream);
system\security\cryptography\xml\transform.cs (1)
306return hash.ComputeHash((Stream) GetOutput(typeof(Stream)));
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
669pragma.ChecksumData = ha.ComputeHash(stream);
System.Windows.Forms (6)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
885byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream); 913byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (4)
1583byte[] hash = sha2.ComputeHash(exc.GetOutput() as MemoryStream); 1596byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream); 1631byte[] hash = sha2.ComputeHash(exc.GetOutput() as MemoryStream); 1644byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream);
System.Workflow.ComponentModel (1)
Shared\XomlSerializationHelpers.cs (1)
286checksumBytes = hashAlgorithm.ComputeHash(streamReader.BaseStream);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1017return hashAlgorithm.ComputeHash(s);