4 references to GetXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
101encryptedDataElement.AppendChild(KeyInfo.GetXml(document));
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
178encryptedKeyElement.AppendChild(KeyInfo.GetXml(document));
System\Security\Cryptography\Xml\KeyInfo.cs (1)
38return GetXml(xmlDocument);
System\Security\Cryptography\Xml\Signature.cs (1)
117signatureElement.AppendChild(KeyInfo.GetXml(document));