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