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