6 references to LoadXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
40KeyInfo.LoadXml((keyInfoNode as XmlElement)!);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
80KeyInfo.LoadXml((keyInfoNode as XmlElement)!);
System\Security\Cryptography\Xml\Signature.cs (1)
189_keyInfo.LoadXml(keyInfoElement);
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
71keyInfoObj.LoadXml(keyInfo);
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
529keyInfo.LoadXml(doc.DocumentElement); 635keyInfo.LoadXml(doc.DocumentElement);