2 references to ECDiffieHellmanOpenSsl
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
587
return new
ECDiffieHellmanOpenSsl
(publicKeyHandle);
608
return new
ECDiffieHellmanOpenSsl
(_privateKey);