Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.Contiguous

TElPGPTrust     See also     


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


Contains CONTIG bit.

Declaration

[C#]
    bool Contiguous;

[VB.NET]
    Property Contiguous As Boolean

[Pascal]
    property Contiguous : boolean;

[C++]
    bool get_Contiguous();
    void set_Contiguous(bool Value);

[PHP]
    bool get_Contiguous()
    void set_Contiguous(bool $Value)

[Java]
    boolean getContiguous();
    void setContiguous(boolean Value);

Description

    CONTIG bit means this signature leads up a contiguous trusted certification path all the way back to the ultimately- trusted keyring owner, where the buck stops. This bit is derived from other trust packets. It is currently not used for anything in PGP.

See also:     Checked     SigTrust    

Discuss this help topic in SecureBlackbox Forum