1 write to Curve
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
768Curve = curve;
4 references to Curve
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
742internal Oid CurveOid => Curve.Oid;
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (3)
58return new ECDsaComponent(ECDsa.Create(algorithm.Curve), algorithm); 107Curve = algorithm.Curve, 175Curve = algorithm.Curve,