KeyCurve Property
Specifies the curve being used.
Syntax
__property TipcECCKeyCurves KeyCurve = {read=FKeyCurve, write=FSetKeyCurve, default=0};
enum TipcECCKeyCurves { secp256r1=0, secp384r1=1, secp521r1=2 };
Default Value
0
Remarks
Specifies the curve being used. Possible values are:
- 0 (secp256r1 - default)
- 1 (secp384r1)
- 2 (secp521r1)
Data Type
Integer