4 references to GetXml
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (1)
105
encryptedDataElement.AppendChild(this.KeyInfo.
GetXml
(document));
system\security\cryptography\xml\encryptedkey.cs (1)
180
encryptedKeyElement.AppendChild(this.KeyInfo.
GetXml
(document));
system\security\cryptography\xml\keyinfo.cs (1)
50
return
GetXml
(xmlDocument);
system\security\cryptography\xml\signature.cs (1)
121
signatureElement.AppendChild(this.KeyInfo.
GetXml
(document));