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