Discuss this help topic in SecureBlackbox Forum
Contains the shared secret key.
Declaration
[VB.NET]
Property KeySecret As Byte()
[Pascal]
property KeySecret: ByteArray;
[C++]
void get_KeySecret(std::vector<uint8_t> &OutResult);
void set_KeySecret(const std::vector<uint8_t> &Value);
[PHP]
string get_KeySecret()
void set_KeySecret(array of byte|string|NULL $Value)
[Java]
byte[] getKeySecret();
void setKeySecret(byte[] Value);
Description
Use this property to get or set the secret key shared between client and server.
Discuss this help topic in SecureBlackbox Forum