Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.SignerUserID

TElPGPSignature     See also     


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


Specifies which user id is responsible for signing.

Declaration

[C#]
    string SignerUserID;

[VB.NET]
    Property SignerUserID As String

[Pascal]
    property SignerUserID : string;

[C++]
    void get_SignerUserID(std::string &OutResult);
    void set_SignerUserID(const std::string &Value);

[PHP]
    string get_SignerUserID()
    void set_SignerUserID(string $Value)

[Java]
    String getSignerUserID();
    void setSignerUserID(String Value);

Description

    Use this property to specify which user id is responsible for signing.
    This property is mapped to TElPGPSignersUserIDSignatureSubpacket for version 4 signatures.

See also:     PrimaryUserID    

Discuss this help topic in SecureBlackbox Forum