16 references to Hash
Microsoft.Build.Tasks.Core (1)
Hash.cs (1)
99foreach (var b in 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)
118byte[] res = (byte[])hash.Hash!.Clone();
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
71byte[] res = (byte[])hash.Hash!.Clone();
System\Security\Cryptography\Xml\Reference.cs (2)
195if (_hashAlgorithm!.Hash == null) 197DigestValue = _hashAlgorithm.Hash;