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