Discuss this help topic in SecureBlackbox Forum
Specifies the index of ECDSA curve.
Declaration
[VB.NET]
Property ECDSACurve As Integer
[Pascal]
Property ECDSACurve : Integer;
[C++]
int32_t get_ECDSACurve();
void set_ECDSACurve(int32_t Value);
[PHP]
integer get_ECDSACurve()
void set_ECDSACurve(integer $Value)
[Java]
int getECDSACurve();
void setECDSACurve(int Value);
Possible values:
Description
Use this property to specify the elliptic curve used in ECDSA signing.
Discuss this help topic in SecureBlackbox Forum