4 references to ECDiffieHellmanP256
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (2)
42if (algorithm == CngAlgorithm.ECDiffieHellmanP256.Algorithm || 123"nistp256" or "ecdsa_p256" or "ecdh_p256" => CngAlgorithm.ECDiffieHellmanP256,
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (2)
72if (alg == CngAlgorithm.ECDiffieHellmanP256) 116algorithm = CngAlgorithm.ECDiffieHellmanP256;