24 references to Hash
Microsoft.Build.Tasks.Core (1)
Hash.cs (1)
99HashResult = Convert.ToHexStringLower(sha.Hash);
Microsoft.NET.HostModel (1)
Bundle\Manifest.cs (1)
139byte[] manifestHash = bundleHash.Hash;
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProvider.cs (1)
86_hash = _sha.Hash;
Mono.Cecil (4)
Mono.Cecil.Cil\PortablePdb.cs (1)
485 pdb_checksum = sha256.Hash;
Mono.Security.Cryptography\CryptoService.cs (3)
111 return sha1.Hash; 142 return sha1.Hash; 155 return sha1.Hash;
NuGet.Packaging (1)
Signing\Archive\SignedPackageArchiveUtility.cs (1)
516return CompareHash(expectedHash, hashAlgorithm.Hash!);
rzc (1)
DiscoverCommand.cs (1)
223return sha.Hash;
System.Security.Cryptography (11)
System\Security\Cryptography\AsymmetricSignatureDeformatter.cs (2)
20Debug.Assert(hash.Hash != null); 21return VerifySignature(hash.Hash, rgbSignature);
System\Security\Cryptography\AsymmetricSignatureFormatter.cs (2)
20Debug.Assert(hash.Hash != null); 21return CreateSignature(hash.Hash);
System\Security\Cryptography\PasswordDeriveBytes.cs (4)
211_baseValue = _hash.Hash; 217_baseValue = _hash.Hash; 240Buffer.BlockCopy(_hash.Hash!, 0, rgb, ib, cbHash); 253Buffer.BlockCopy(_hash.Hash!, 0, rgb, ib, cbHash);
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (3)
46Debug.Assert(hasher.Hash != null); 47byte[] hash = hasher.Hash; 51ib += hasher.Hash.Length;
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
109byte[] res = (byte[])hash.Hash!.Clone();
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
62byte[] res = (byte[])hash.Hash!.Clone();
System\Security\Cryptography\Xml\Reference.cs (2)
195if (_hashAlgorithm!.Hash == null) 197DigestValue = _hashAlgorithm.Hash;