1 write to _hashAlgorithmName
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
787
_hashAlgorithmName
= _manager.HashAlgorithm;
3 references to _hashAlgorithmName
WindowsBase (3)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (3)
832
using (HashAlgorithm hashAlgorithm = GetHashAlgorithm(
_hashAlgorithmName
))
844
objectReference.DigestMethod =
_hashAlgorithmName
;
980
reference.DigestMethod =
_hashAlgorithmName
;