Bit length of selected curve.

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

Syntax

C#
public int BitLength { get; }
Visual Basic
Public ReadOnly Property BitLength As Integer
	Get
Visual C++
public:
property int BitLength {
	int get ();
}
F#
member BitLength : int with get

Property Value

Type: Int32

See Also