3 references to GetXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherData.cs (1)
74return GetXml(document);
System\Security\Cryptography\Xml\EncryptedData.cs (1)
106encryptedDataElement.AppendChild(CipherData.GetXml(document));
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
183encryptedKeyElement.AppendChild(CipherData.GetXml(document));