4 references to ECDsaP521
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (2)
57
algorithm == CngAlgorithm.
ECDsaP521
.Algorithm)
99
"nistp521" or "ecdsa_p521" => CngAlgorithm.
ECDsaP521
,
System\Security\Cryptography\ECDsaCng.Key.cs (2)
65
else if (alg == CngAlgorithm.
ECDsaP521
)
106
case 521: algorithm = CngAlgorithm.
ECDsaP521
; break;