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