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