Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.WarnOnly

TElPGPTrust     See also     


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


Contains WARNONLY bit.

Declaration

[C#]
    bool WarnOnly;

[VB.NET]
    Property WarnOnly As Boolean

[Pascal]
    property WarnOnly : boolean;

[C++]
    bool get_WarnOnly();
    void set_WarnOnly(bool Value);

[PHP]
    bool get_WarnOnly()
    void set_WarnOnly(bool $Value)

[Java]
    boolean getWarnOnly();
    void setWarnOnly(boolean Value);

Description

    WARNONLY bit - if the user wants to use a not fully validated key for encryption, he is asked if he really wants to use this key. If the user answers 'yes', the WARNONLY bit gets set, and the next time he uses this key, only a warning will be printed. This bit gets cleared during the maintenance pass.

See also:     KeyLegit    

Discuss this help topic in SecureBlackbox Forum