3 references to IsECNamedCurve
System.Security.Cryptography (3)
System\Security\Cryptography\CngKey.EC.cs (1)
16return IsECNamedCurve(Algorithm.Algorithm);
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
63if (CngKey.IsECNamedCurve(alg.Algorithm))
System\Security\Cryptography\ECDsaCng.Key.cs (1)
52if (CngKey.IsECNamedCurve(alg.Algorithm))