3 references to LoadXml
System.Security (3)
system\security\cryptography\xml\encrypteddata.cs (1)
57
this.CipherData.
LoadXml
(cipherDataNode as XmlElement);
system\security\cryptography\xml\encryptedkey.cs (1)
101
this.CipherData.
LoadXml
(cipherDataNode as XmlElement);
system\security\cryptography\xml\transform.cs (1)
1376
cipherDataObj.
LoadXml
(cipherData);