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