Discuss this help topic in SecureBlackbox Forum
Specifies if signatures will be written to secret keyring.
Declaration
[C#/Java]
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)
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