4 references to GetXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
98encryptedDataElement.AppendChild(KeyInfo.GetXml(document));
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
175encryptedKeyElement.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));