4 references to ECDiffieHellmanP384
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (2)
49if (algorithm == CngAlgorithm.ECDiffieHellmanP384.Algorithm || 124"nistp384" or "ecdsa_p384" or "ecdh_p384" => CngAlgorithm.ECDiffieHellmanP384,
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (2)
74else if (alg == CngAlgorithm.ECDiffieHellmanP384) 119algorithm = CngAlgorithm.ECDiffieHellmanP384;