ECCurve.IsCharacteristic2 Property

Definition

Gets a value that indicates whether the curve type indicates an explicit characteristic 2 curve.

public:
 property bool IsCharacteristic2 { bool get(); };
public bool IsCharacteristic2 { get; }
member this.IsCharacteristic2 : bool
Public ReadOnly Property IsCharacteristic2 As Boolean

Property Value

true if the curve is an explicit characteristic 2 curve; false if the curve is a named characteristic 2, prime, or implicit curve.

Applies to