Base:
method
GetOutput
System.Security.Cryptography.Xml.Transform.GetOutput()
7 references to GetOutput
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
391actualHash = sha1.ComputeHash(canonicalizedXml.GetOutput() as MemoryStream);
System.Windows.Forms (6)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
885byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream); 913byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (4)
1583byte[] hash = sha2.ComputeHash(exc.GetOutput() as MemoryStream); 1596byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream); 1631byte[] hash = sha2.ComputeHash(exc.GetOutput() as MemoryStream); 1644byte[] hash = sha1.ComputeHash(exc.GetOutput() as MemoryStream);