Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Curve As Byte()
[Pascal]
property Curve : ByteArray;
[C++]
void get_Curve(std::vector<uint8_t> &OutResult);
void set_Curve(const std::vector<uint8_t> &Value);
[PHP]
string get_Curve()
void set_Curve(array of byte|string|NULL $Value)
Parameters
Description
…
Discuss this help topic in SecureBlackbox Forum