Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.PrimaryUserID

TElPGPSignature     See also     


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


Specifies if the UserID is the main user id for this key.

Declaration

[C#]
    bool PrimaryUserID;

[VB.NET]
    Property PrimaryUserID As Boolean

[Pascal]
    property PrimaryUserID : boolean;

[C++]
    bool get_PrimaryUserID();
    void set_PrimaryUserID(bool Value);

[PHP]
    bool get_PrimaryUserID()
    void set_PrimaryUserID(bool $Value)

[Java]
    boolean getPrimaryUserID();
    void setPrimaryUserID(boolean Value);

Description

    Use this property to specify whether the UserID, which the signature refers to, is of the primary user.
    This property is mapped to TElPGPPrimaryUserIDSignatureSubpacket for version 4 signatures.

See also:     SignerUserID    

Discuss this help topic in SecureBlackbox Forum