Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.WriteTrust

TElPGPKeyring     See also     


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


Specifies if Trust of the keys is saved.

Declaration

[C#]
    bool WriteTrust;

[VB.NET]
    Property WriteTrust As Boolean

[Pascal]
    property WriteTrust : boolean;

[C++]
    bool get_WriteTrust();
    void set_WriteTrust(bool Value);

[PHP]
    bool get_WriteTrust()
    void set_WriteTrust(bool $Value)

[Java]
    boolean getWriteTrust();
    void setWriteTrust(boolean Value);

Description

    If this property is set to True, Trust properties of the keys are saved. By default Trust is written.

See also:     Save    

Discuss this help topic in SecureBlackbox Forum