Discuss this help topic in SecureBlackbox Forum
This property specifies public key owner (subject).
Declaration
[VB.NET]
Property Subject As String
[Pascal]
property Subject : string;
[C++]
void get_Subject(std::string &OutResult);
void set_Subject(const std::string &Value);
[PHP]
string get_Subject()
void set_Subject(string $Value)
[Java]
String getSubject();
void setSubject(String Value);
Description
This property specifies public key owner (subject).
This property is used only for IETF-keys.
Discuss this help topic in SecureBlackbox Forum