3 references to GetXml
System.Security (3)
system\security\cryptography\xml\cipherdata.cs (1)
76return GetXml(document);
system\security\cryptography\xml\encrypteddata.cs (1)
110encryptedDataElement.AppendChild(this.CipherData.GetXml(document));
system\security\cryptography\xml\encryptedkey.cs (1)
185encryptedKeyElement.AppendChild(this.CipherData.GetXml(document));