2 overrides of GetDigestedOutput
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
429public override byte[] GetDigestedOutput(HashAlgorithm hash) { 538public override byte[] GetDigestedOutput(HashAlgorithm hash) {
1 reference to GetDigestedOutput
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
781_digestedSignedInfo = c14nMethodTransform.GetDigestedOutput(hash);