Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.BuckStop

TElPGPTrust     See also     


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


Contains BUCKSTOP bit.

Declaration

[C#]
    bool BuckStop;

[VB.NET]
    Property BuckStop As Boolean

[Pascal]
    property BuckStop : boolean;

[C++]
    bool get_BuckStop();
    void set_BuckStop(bool Value);

[PHP]
    bool get_BuckStop()
    void set_BuckStop(bool $Value)

[Java]
    boolean getBuckStop();
    void setBuckStop(boolean Value);

Description

    BUCKSTOP bit means that this key also appears in secret key ring. Signifies the ultimately-trusted "keyring owner". "The buck stops here". This bit is computed from looking at secret key ring. If this bit is set, then all the KeyLegit fields are set to maximum for all the user IDs for this key, and OwnerTrust is also set to ultimate trust.

See also:     Disabled     KeyLegit     OwnerTrust    

Discuss this help topic in SecureBlackbox Forum