2 references to ECDiffieHellmanCng
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
69return new ECDiffieHellmanCng(cngKey, transferOwnership: true);
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
42factory: cngKey => new ECDiffieHellmanCng(cngKey, transferOwnership: true),