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