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