Discuss this help topic in SecureBlackbox Forum

TElPGPSignersUserIDSignatureSubpacket.UserID

TElPGPSignersUserIDSignatureSubpacket     


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


Specifies which user id is responsible for signing.

Declaration

[C#]
    string UserID;

[VB.NET]
    Property UserID As String

[Pascal]
    property UserID : string;

[C++]
    void get_UserID(std::string &OutResult);
    void set_UserID(const std::string &Value);

[PHP]
    string get_UserID()
    void set_UserID(string $Value)

[Java]
    String getUserID();
    void setUserID(String Value);

Description

    Use this property to get or set which user id is responsible for signing.

Discuss this help topic in SecureBlackbox Forum