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