3 references to ToXml
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
610return Rfc4050KeyFormatter.ToXml(ecParams, isEcdh: true);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
134return Rfc4050KeyFormatter.ToXml(ecParams, isEcdh: true);
System\Security\Cryptography\ECDsaCng.cs (1)
349return Rfc4050KeyFormatter.ToXml(ecParams, isEcdh: false);