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