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