8 overrides of GetInnerXml
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
120protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
36protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs (1)
43protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (1)
54protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
94protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
86protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
77protected override XmlNodeList? GetInnerXml()
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
104protected override XmlNodeList? GetInnerXml()
1 reference to GetInnerXml
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Transform.cs (1)
133XmlNodeList? children = GetInnerXml();