Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.Disabled

TElPGPTrust     See also     


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


Contains DISABLED bit.

Declaration

[C#]
    bool Disabled;

[VB.NET]
    Property Disabled As Boolean

[Pascal]
    property Disabled : boolean;

[C++]
    bool get_Disabled();
    void set_Disabled(bool Value);

[PHP]
    bool get_Disabled()
    void set_Disabled(bool $Value)

[Java]
    boolean getDisabled();
    void setDisabled(boolean Value);

Description

    DISABLED bit means that this key is disabled and should not be used.

See also:     BuckStop     OwnerTrust    

Discuss this help topic in SecureBlackbox Forum