Discuss this help topic in SecureBlackbox Forum

TElSSHKey.Subject

TElSSHKey     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies public key owner (subject).

Declaration

[C#]
    string Subject;

[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.

See also:     Headers    

Discuss this help topic in SecureBlackbox Forum