Discuss this help topic in SecureBlackbox Forum
Specifies the value of the secret key.
Declaration
[VB.NET]
Property D As Byte()
[Pascal]
property D : ByteArray;
[C++]
void get_D(std::vector<uint8_t> &OutResult);
void set_D(const std::vector<uint8_t> &Value);
[PHP]
string get_D()
void set_D(array of byte|string|NULL $Value)
[Java]
byte[] getD();
void setD(byte[] Value);
Description
This property specifies the value of the secret key (the order of the public key).
Discuss this help topic in SecureBlackbox Forum