13 references to IsNamed
System.Security.Cryptography (13)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
196if (!ecParameters.Curve.IsNamed ||
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
17Debug.Assert(parameters.Curve.IsNamed);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
36else if (curve.IsNamed)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
52else if (curve.IsNamed)
System\Security\Cryptography\CngAlgorithmCore.cs (2)
96if (curve.Value.IsNamed) 124if (curve.Value.IsNamed &&
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
510if (ecParameters.Curve.IsNamed)
System\Security\Cryptography\ECCurve.cs (1)
185if (IsNamed)
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
56if (curve.IsNamed)
System\Security\Cryptography\ECDsaCng.Key.cs (1)
45if (curve.IsNamed)
System\Security\Cryptography\ECParameters.cs (1)
48else if (Curve.IsNamed && Q.X != null)
System\Security\Cryptography\Helpers.cs (1)
214if (aCurve.IsNamed)
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
73if (!ecParameters.Curve.IsNamed)