Discuss this help topic in SecureBlackbox Forum
Returns the signature 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 signature (secret) key.
Discuss this help topic in SecureBlackbox Forum