24 references to Hash
Microsoft.Build.Tasks.Core (1)
Hash.cs (1)
99
HashResult = Convert.ToHexStringLower(sha.
Hash
);
Microsoft.NET.HostModel (1)
Bundle\Manifest.cs (1)
139
byte[] 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)
516
return CompareHash(expectedHash, hashAlgorithm.
Hash
!);
rzc (1)
DiscoverCommand.cs (1)
223
return sha.
Hash
;
System.Security.Cryptography (11)
System\Security\Cryptography\AsymmetricSignatureDeformatter.cs (2)
20
Debug.Assert(hash.
Hash
!= null);
21
return VerifySignature(hash.
Hash
, rgbSignature);
System\Security\Cryptography\AsymmetricSignatureFormatter.cs (2)
20
Debug.Assert(hash.
Hash
!= null);
21
return CreateSignature(hash.
Hash
);
System\Security\Cryptography\PasswordDeriveBytes.cs (4)
211
_baseValue = _hash.
Hash
;
217
_baseValue = _hash.
Hash
;
240
Buffer.BlockCopy(_hash.
Hash
!, 0, rgb, ib, cbHash);
253
Buffer.BlockCopy(_hash.
Hash
!, 0, rgb, ib, cbHash);
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (3)
46
Debug.Assert(hasher.
Hash
!= null);
47
byte[] hash = hasher.
Hash
;
51
ib += hasher.
Hash
.Length;
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
109
byte[] res = (byte[])hash.
Hash
!.Clone();
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
62
byte[] res = (byte[])hash.
Hash
!.Clone();
System\Security\Cryptography\Xml\Reference.cs (2)
195
if (_hashAlgorithm!.
Hash
== null)
197
DigestValue = _hashAlgorithm.
Hash
;