3 references to FromXml
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
581ECParameters ecParams = Rfc4050KeyFormatter.FromXml(xml, out isEcdh);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
101ECParameters parameters = Rfc4050KeyFormatter.FromXml(xml, out isEcdh);
System\Security\Cryptography\ECDsaCng.cs (1)
245ECParameters parameters = Rfc4050KeyFormatter.FromXml(xml, out isEcdh);