8 overrides of GetOutput
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
273public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
124public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
76public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (1)
178public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
113public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
191public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
143public override object GetOutput(Type type)
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
114public override object GetOutput(Type type)
2 references to GetOutput
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
423using (StreamReader reader = new StreamReader((canonicalizationTransform.GetOutput(typeof(Stream)) as Stream)!))
System\Security\Cryptography\Xml\Transform.cs (1)
156return hash.ComputeHash((Stream)GetOutput(typeof(Stream)));