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