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);
void set_PublicKey(const std::vector<uint8_t> &Value);
[PHP]
string get_PublicKey()
void set_PublicKey(array of byte|string|NULL $Value)
[Java]
byte[] getPublicKey();
void setPublicKey(byte[] Value);
Description
This property contains the public key material.
Discuss this help topic in SecureBlackbox Forum