Base:
method
GetOutput
System.Security.Cryptography.Xml.Transform.GetOutput()
2 references to GetOutput
Microsoft.Build.Tasks.Core (2)
ManifestUtil\mansign2.cs (2)
586
byte[] hash = sha2.ComputeHash(exc.
GetOutput
() as MemoryStream);
606
byte[] hash = sha1.ComputeHash(exc.
GetOutput
() as MemoryStream);