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