Discuss this help topic in SecureBlackbox Forum

TElPGPUserID.Name

TElPGPUserID     


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


Contains user's name.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : string;

[C++]
    void get_Name(std::string &OutResult);
    void set_Name(const std::string &Value);

[PHP]
    string get_Name()
    void set_Name(string $Value)

[Java]
    String getName();
    void setName(String Name);

Parameters

  • Name -

Description

    This property corresponds to the ASCII name of the key user. Usually, it is used in form "Real name <email@address>", but actually it may be any valid ASCII string.

Discuss this help topic in SecureBlackbox Forum