6 references to Rfc4050KeyFormatter
System.Core (6)
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
581ECParameters ecParams = Rfc4050KeyFormatter.FromXml(xml, out isEcdh); 610return Rfc4050KeyFormatter.ToXml(ecParams, isEcdh: true);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
101ECParameters parameters = Rfc4050KeyFormatter.FromXml(xml, out isEcdh); 134return Rfc4050KeyFormatter.ToXml(ecParams, isEcdh: true);
System\Security\Cryptography\ECDsaCng.cs (2)
245ECParameters parameters = Rfc4050KeyFormatter.FromXml(xml, out isEcdh); 349return Rfc4050KeyFormatter.ToXml(ecParams, isEcdh: false);