9 references to IsPrime
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
36Debug.Assert(parameters.Curve.IsPrime);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
19if (curve.IsPrime)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
35if (curve.IsPrime)
System\Security\Cryptography\CngAlgorithmCore.cs (1)
100else if (curve.Value.IsPrime)
System\Security\Cryptography\EccKeyFormatHelper.cs (2)
525Debug.Assert(ecParameters.Curve.IsPrime || ecParameters.Curve.IsCharacteristic2); 560if (ecParameters.Curve.IsPrime)
System\Security\Cryptography\ECCurve.cs (2)
165return IsPrime || IsCharacteristic2; 212if (IsPrime)
System\Security\Cryptography\Helpers.cs (1)
238if (aCurve.IsPrime)