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