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