4 references to ECDsaP256
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (2)
43algorithm == CngAlgorithm.ECDsaP256.Algorithm) 97"nistp256" or "ecdsa_p256" => CngAlgorithm.ECDsaP256,
System\Security\Cryptography\ECDsaCng.Key.cs (2)
61if (alg == CngAlgorithm.ECDsaP256) 104case 256: algorithm = CngAlgorithm.ECDsaP256; break;