Discuss this help topic in SecureBlackbox Forum
Indicates, whether to use or not a key (subkey) for signing/encryption.
Declaration
[VB.NET]
Property Enabled As Boolean
[Pascal]
property Enabled : boolean;
[C++]
bool get_Enabled();
void set_Enabled(bool Value);
[PHP]
bool get_Enabled()
void set_Enabled(bool $Value)
[Java]
boolean getEnabled();
void setEnabled(boolean Value);
Description
Use this property to determine whether the key (subkey) is used for signing/encryption. The default value is
True.
Discuss this help topic in SecureBlackbox Forum