2 overrides of GetDigestedOutput
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
83public override byte[] GetDigestedOutput(HashAlgorithm hash)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
120public override byte[] GetDigestedOutput(HashAlgorithm hash)
1 reference to GetDigestedOutput
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
813_digestedSignedInfo = c14nMethodTransform.GetDigestedOutput(hash);