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