Discuss this help topic in SecureBlackbox Forum
Defines if key parameters are specified by the curve OID on loading/saving.
Declaration
[C#]
bool SpecifiedCurve;
[VB.NET]
Property SpecifiedCurve As Boolean
[Pascal]
property SpecifiedCurve : boolean;
[C++]
bool get_SpecifiedCurve();
void set_SpecifiedCurve(bool Value);
[PHP]
bool get_SpecifiedCurve()
void set_SpecifiedCurve(bool $Value)
[Java]
boolean getSpecifiedCurve();
void setSpecifiedCurve(boolean Value);
Description
If this property value is
True, the parameters of the elliptic curve are specified when the key is loaded or saved.
If SpecifiedCurve equals
False, only the OID of the curve is specified.
Discuss this help topic in SecureBlackbox Forum