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