2 references to ECDsa
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.StandardProperties.cs (1)
234
if (algorithmGroup == CngAlgorithmGroup.ECDiffieHellman || algorithmGroup == CngAlgorithmGroup.
ECDsa
)
System\Security\Cryptography\ECDsaCng.cs (1)
93
return algorithmGroup == CngAlgorithmGroup.
ECDsa
|| algorithmGroup == CngAlgorithmGroup.ECDiffieHellman;