8 references to IsNamed
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
531
if (ecParameters.Curve.
IsNamed
)
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.cs (1)
66
if (curve.
IsNamed
)
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (2)
29
else if (parameters.Curve.
IsNamed
)
109
Debug.Assert(parameters.Curve.
IsNamed
);
System\Security\Cryptography\ECCurve.cs (1)
185
if (
IsNamed
)
System\Security\Cryptography\ECParameters.cs (1)
48
else if (Curve.
IsNamed
&& Q.X != null)
System\Security\Cryptography\Helpers.cs (1)
207
if (aCurve.
IsNamed
)
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
73
if (!ecParameters.Curve.
IsNamed
)