ECCurve.IsCharacteristic2 Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic ReadOnly Property IsCharacteristic2 As BooleanProperty Value
true if the curve is an explicit characteristic 2 curve; false if the curve is a named characteristic 2, prime, or implicit curve.