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