2 instantiations of ECDiffieHellmanOpenSslPublicKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
99
return new
ECDiffieHellmanOpenSslPublicKey
(_key.Value);
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
118
otherKey = new
ECDiffieHellmanOpenSslPublicKey
(otherParameters);
2 references to ECDiffieHellmanOpenSslPublicKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (2)
106
ECDiffieHellmanOpenSslPublicKey
? otherKey = otherPartyPublicKey as
ECDiffieHellmanOpenSslPublicKey
;