6 references to IsCharacteristic2
System.Security.Cryptography (6)
System\Security\Cryptography\EccKeyFormatHelper.cs (3)
525
Debug.Assert(ecParameters.Curve.IsPrime || ecParameters.Curve.
IsCharacteristic2
);
543
if (ecParameters.Curve.
IsCharacteristic2
)
567
Debug.Assert(ecParameters.Curve.
IsCharacteristic2
);
System\Security\Cryptography\ECCurve.cs (2)
165
return IsPrime ||
IsCharacteristic2
;
225
else if (
IsCharacteristic2
)
System\Security\Cryptography\Helpers.cs (1)
243
if (aCurve.
IsCharacteristic2
)