1 write to _hashAlgorithm
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Reference.cs (1)
365
_hashAlgorithm
= CryptoHelpers.CreateNonTransformFromName<HashAlgorithm>(_digestMethod);
4 references to _hashAlgorithm
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\Reference.cs (4)
195
if (
_hashAlgorithm
!.Hash == null)
197
DigestValue =
_hashAlgorithm
.Hash;
366
if (
_hashAlgorithm
== null)
487
hashval =
_hashAlgorithm
.ComputeHash(hashInputStream!);