Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.Checked

TElPGPTrust     See also     


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


Contains CHECKED bit.

Declaration

[C#]
    bool Checked;

[VB.NET]
    Property Checked As Boolean

[Pascal]
    property Checked : boolean;

[C++]
    bool get_Checked();
    void set_Checked(bool Value);

[PHP]
    bool get_Checked()
    void set_Checked(bool $Value)

[Java]
    boolean getChecked();
    void setChecked(boolean Value);

Description

    CHECKED bit this means that the key checking pass (pgp -kc, also invoked automatically whenever keys are added to the keyring) has tested this signature and found it good. If this bit is not set, the maintenance pass considers this signature untrustworthy.

See also:     Contiguous     SigTrust    

Discuss this help topic in SecureBlackbox Forum