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