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