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