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)
832using (HashAlgorithm hashAlgorithm = GetHashAlgorithm(_hashAlgorithmName)) 844objectReference.DigestMethod = _hashAlgorithmName; 980reference.DigestMethod = _hashAlgorithmName;