Discuss this help topic in SecureBlackbox Forum
Contains the public key value.
Declaration
[VB.NET]
Property PublicKey As Byte()
[Pascal]
property PublicKey : ByteArray;
[C++]
void get_PublicKey(std::vector<uint8_t> &OutResult);
[PHP]
string get_PublicKey()
[Java]
byte[] getPublicKey();
Description
This property contains the public key value.
Discuss this help topic in SecureBlackbox Forum