Discuss this help topic in SecureBlackbox Forum

TElPGPPrimaryUserIDSignatureSubpacket.Primary

TElPGPPrimaryUserIDSignatureSubpacket     


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


States whether this user id is the main user id for this key

Declaration

[C#]
    bool Primary;

[VB.NET]
    Property Primary As Boolean

[Pascal]
    property Primary : boolean;

[C++]
    bool get_Primary();
    void set_Primary(bool Value);

[PHP]
    bool get_Primary()
    void set_Primary(bool $Value)

[Java]
    boolean getPrimary();
    void setPrimary(boolean Value);

Description

    Use this property to get or set if this user id is the main user id for this key.

Discuss this help topic in SecureBlackbox Forum