4 references to ECDiffieHellmanP521
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (2)
56if (algorithm == CngAlgorithm.ECDiffieHellmanP521.Algorithm || 125"nistp521" or "ecdsa_p521" or "ecdh_p521" => CngAlgorithm.ECDiffieHellmanP521,
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (2)
76else if (alg == CngAlgorithm.ECDiffieHellmanP521) 122algorithm = CngAlgorithm.ECDiffieHellmanP521;