Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum