Load an Elliptic Curve from 1 to 5, corresponding to Curves 1 through 5 in the ZC-Basic EC-211 library.

Namespace: BasicCard.Crypto.EC
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public static EC211 LoadCurve(
	int index
)
Visual Basic
Public Shared Function LoadCurve ( 
	index As Integer
) As EC211
Visual C++
public:
static EC211^ LoadCurve(
	int index
)
F#
static member LoadCurve : 
        index : int -> EC211 

Parameters

index
Type: System..::..Int32
curve index 1..5

Return Value

Type: EC211
EC211 object using specified curve.

Exceptions

See Also