8 overrides of GetOutput
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
263public override object GetOutput()
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
119public override object GetOutput()
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
71public override object GetOutput()
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (1)
120public override object GetOutput()
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
108public override object GetOutput()
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
159public override object GetOutput()
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
110public override object GetOutput()
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
109public override object GetOutput()
4 references to GetOutput
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\TransformChain.cs (4)
73currentInput = transform.GetOutput(); 90currentInput = transform.GetOutput(); 105currentInput = transform.GetOutput(); 121currentInput = transform.GetOutput();