Discuss this help topic in SecureBlackbox Forum
This property contains comment for the public key.
Declaration
[C#/Java]
string Comment;
[VB.NET]
Property Comment As String
[Pascal]
property Comment : string;
[C++]
void get_Comment(std::string &OutResult);
void set_Comment(const std::string &Value);
[PHP]
string get_Comment()
void set_Comment(string $Value)
Description
This property contains comment for the public key.
Discuss this help topic in SecureBlackbox Forum