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