4 references to ECDsa
System.Security.Cryptography (4)
System\Security\Cryptography\CngAlgorithmCore.cs (1)
117
_lazyKey = CngKey.Create(DefaultKeyType ?? CngAlgorithm.
ECDsa
, null, creationParameters);
System\Security\Cryptography\CngKey.EC.cs (3)
22
algorithm == CngAlgorithm.
ECDsa
.Algorithm);
92
return CngAlgorithm.
ECDsa
;
100
_ => CngAlgorithm.
ECDsa
, // All other curves are new in Win10 so use generic algorithm