Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.SaveSecretKeySignatures

TElPGPKeyring     See also     


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


Specifies if signatures will be written to secret keyring.

Declaration

[C#]
    bool SaveSecretKeySignatures;

[VB.NET]
    Property SaveSecretKeySignatures As Boolean

[Pascal]
    property SaveSecretKeySignatures : boolean;

[C++]
    bool get_SaveSecretKeySignatures();
    void set_SaveSecretKeySignatures(bool Value);

[PHP]
    bool get_SaveSecretKeySignatures()
    void set_SaveSecretKeySignatures(bool $Value)

[Java]
    boolean getSaveSecretKeySignatures();
    void setSaveSecretKeySignatures(boolean Value);

Description

    If this property is set to True, signatures will be written to secret keyring. Usually signatures are not written.

See also:     Save    

Discuss this help topic in SecureBlackbox Forum