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