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