4 references to ECDsaP384
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (2)
50algorithm == CngAlgorithm.ECDsaP384.Algorithm) 98"nistp384" or "ecdsa_p384" => CngAlgorithm.ECDsaP384,
System\Security\Cryptography\ECDsaCng.Key.cs (2)
63else if (alg == CngAlgorithm.ECDsaP384) 105case 384: algorithm = CngAlgorithm.ECDsaP384; break;