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