Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
byte[] SharedSecret;
[VB.NET]
Property SharedSecret As Byte()
[Pascal]
under development
[C++]
void get_SharedSecret(std::vector<uint8_t> &OutResult);
void set_SharedSecret(const std::vector<uint8_t> &Value);
[PHP]
string get_SharedSecret()
void set_SharedSecret(array of byte|string|NULL $Value)
[Java]
byte[] getSharedSecret();
void setSharedSecret(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum